/* Global
----------------------------------------------------------------------------------------------------*/

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}


/* Content
----------------------------------------------------------------------------------------------------*/

#content {
	position: absolute; 
  	top:50%;  
  	left:50%; 
  	width:992px;  
 	height:738px;   
 	margin-top: -369px; 
 	margin-left: -496px;  
	background:url(img/banner_270810.jpg) no-repeat;
}

#mail {
	height:738px;
	width:992px;
	position:relative;
}

#mail a {
	color:#d7c4c9;
	text-decoration:none;
	position:absolute;
	left:178px;
	bottom:22px;
}

#mail a:hover {
	text-decoration:underline;
}