@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px 0px 30px 0px;
	padding:0px;
	text-align:center;	
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	background-image:url(../images/sfondo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#container{
	width:996px;
	margin:0 auto;
}
#header{
	width:996px;
	margin:0px;
	position:relative;
}
#main{
	width:996px;
	margin:0px;
}
#footer{
	width:996px;
	height:79px;
	margin:0px;
	float:left;
}
