* {
	outline:none;
}

body {
	margin:0px;
	padding:0px;
	background-color:#000;
	background:url(../img/bg.jpg) repeat-y center black;
}

#container {
	width:900px;
	margin:0px auto;
}

#header {
	width:900px;
	height:164px;
	background:url(../img/header.png) center no-repeat;
	text-align:right;
	position:relative;
}

#menu {
	float:left;
	width:200px;

}
#menu > ul {
	position:relative;
	left:45px;
	top:-10px;
}
	

#main {
	float:left;
	width:630px;
	height:390px;
	overflow:auto;
	padding:0px;
	background-image:url(../img/bg_main.png);
	background-position:center;
	background-repeat:no-repeat;
	
	position:relative;
	top:0px;
	left:30px;
	
	scrollbar-arrow-color: #d42a25;
	scrollbar-3dlight-color: #2c3487;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #000463;
}

#main a {
	color:#FF9;
}
#main a:hover {
	color:#F00;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0px;
}


.text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}

a#logo {
	width:190px;
	height:130px;
	position:absolute;
	left:30px;
	top:20px;
}

p#intestazione {
	font-size:10px;
	font-style:italic;
	position:absolute;
	top:30px;
	right:40px;
	width:860px;
}

p#jclock {
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:104px;
	right:40px;
}

#asp {
	float:right;
	width:150px;
	overflow:hidden;
}

#no_asp {
	float:left;
	width:450px;
}

#asp > div {
	width:150px;
	height:180px;
	overflow:auto;
}

img {
	border:0px;
}

