﻿html{margin:0;padding:0;}

body{margin:0;padding:0; background-color:#d2c2a5; background-image:url('../images/background1.jpg');}

/*  Contenitore principale */
div#container
{
	position: absolute;
	left: 50%;
	top: 50%;
	width:849px;
	height:600px;
	margin-top:-300px;
	margin-left:-425px;
	
	background-image:url('../images/background2.gif');
	background-color:#f3e7d7;
	border:2px solid #563f19;
}


/*  Contenitore sopra */
div#container div#top
{
	height:95%;
	width:100%;
}

div#container div#top div#left
{
	width:43%;
	height:100%;
	float:left;
}

div#container div#top div#left div#title
{
}

h1
{
	position:relative;
	color:#606860;
	font-size:16pt;
	font-family:Arial;
	letter-spacing:1pt;
	line-height:10pt;
	text-align:center;
	font-weight:bold;
	margin:15px 0 0;
	padding:0px;
}

div#container div#top div#left div#contents
{
	margin-top:0px;
	margin-left:15px;
	font-family:Century Gothic;
	font-size:10pt;
	font-weight:bold;
	color:#563f19;
}

div#container div#top div#left div#contents div#sendButton
{
	border:1px solid #563f19;
	background-color:#a9885a;
	font-family:Century Gothic;
	font-size:10pt;
	font-weight:bold;
	width:100px;
	padding:1px 0px 1px 0px;
	text-decoration:none;
	text-align:center;
	margin:0 auto 0 auto;
	margin-top:10px;
	margin-bottom:16px;
}

div#container div#top div#left div#contents strong
{
    text-decoration:underline;
}

div#container div#top div#left div#contents div#disclaimer
{
    text-align:center;
    padding-right:20px;
}


div#container div#top div#left div#contents .contactTable
{
    margin-left:10px;
    width:340px;
    margin-top:10px;
}

div#container div#top div#right
{
	width:57%;
	height:100%;
	float:left;
}

div#container div#top div#right img
{
	width:90%;
	height:94%;
	float:right;
	margin-top:22px;
	margin-right:22px;
}




/*  Contenitore sotto */
div#container div#bottom
{
	clear:both;
	padding-top:5px;
	font-family:century gothic,sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#563f19;
	text-align:center;
}

div#copyright
{
	padding-top:2px;
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	color:#51412f;

    
    position:absolute;
	left: 50%;
	top: 100%;
	width:150px;
	text-align:center;
	margin-top:-20px;
	margin-left:-75px;
}



