@charset "utf-8";
/* CSS Document */

BODY{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	background-color:#e6e6e8;
	overflow-y: hidden;
}
DIV#base{
	position:absolute;
	width:1164px;
	height:800px;
	left:50%;
	margin-left:-582px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% top 50px;
}

DIV#master{
	position:relative;
	left:50%;
	top:50%;
	margin-left:-330px;
	margin-top:-250px;
	width:780px;
	height:630px;
}
DIV#topmenu{
	width:780px;
	height:50px;
	line-height:50px;
}

DIV#topmenu IMG{
	float:right;
	border:0;
	padding-top:15px
}
DIV#corpo{
	width:772px;
	height:530px;
	margin:0 auto;
	margin-top:20px;
}
DIV#media,DIV#ctn{
	float:left;
	width:535px;
	height:450px;
	font-size:12px
}
DIV#loghi{
	width:100%;
	height:50px;
	padding-top:10px;
}
DIV#rightmenu{
	float:right;
	width:195px;
	height:auto;
	margin:10px 20px 0 0;
}
DIV#rightmenu IMG{border:0;padding:0;margin:0}
DIV#footer{
	width:772px;
	height:50px;
	line-height:50px;
	font-size:11px;
	font-weight:normal;
	text-align: left;
	padding-left:5px;
}