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

html,body { 
			margin: 0px;
			padding: 0;
			}
body {
			background-color:#000000;
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:76%;
			color:#CCCCCC;
			text-align:center; 
			}
a:link {
			text-decoration: none;
			color:#CCCCCC;
			}
a:visited {
			text-decoration: none;
			color:#CCCCCC;
			}
a:hover {
			text-decoration:underline;
			color:#CCCCCC;
			}
a:active {
			text-decoration: underline;
			color:#CCCCCC;
			}
#container {
			margin: 0 auto;
			text-align:center;
			width:940px;
			height:750px;
			}
#header {
			background-image:url(img/header.jpg);
			background-repeat:no-repeat;
			margin: 0 auto;
			text-align:center;
			width:800px;
			height:200px;
		}

#content {
            background-color:#000000;
			margin 0 170px;
			width:600px;
			overflow:auto;
			
		}

p {
text-align:justify;
			padding-left:35px;
			padding-right:5px;
			line-height:1.5;
		}
#menu {
background-image:url(img/bgmenu.jpg);
background-repeat:no-repeat;
		margin: 0 auto;
		width:800px;
		height:50px;
		text-align:center;

		}


#menusx{
float:left;
/* Inizia il Simplified Box Model Hack */
width:160px; /* Dimensioni per Opera 5 */
width:170px; /* Dimensioni per Explorer 5.x */
width:160px; /* Dimensioni per browser standard compliant */

margin-top:20px;
border-right:solid #CCCCCC thin;
text-transform:uppercase;
font-weight:bold;
}

#menudx{
float:right;
width: 160px;
width:170px;
width:160px;

margin-top:20px;
border-left:solid #CCCCCC thin;
padding-left:5px;
}

div#footer{clear:both; border-top:solid #CCCCCC thin; text-align:center;}
