/* CSS Document */


body{
background-image:url(immagini/immagini/px-beige-default.jpg);
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#mega{
	width:470px;
	height:600px;
	position:relative;
	top:98px;
}

#header{
width:470px;
height:169px;
position:absolute;
background-image:url(immagini/immagini/default_03.jpg);
left:0px;
top:0px;}

#box-l{
width:30px;
height:295px;
position:absolute;
background-image:url(immagini/immagini/default_05.jpg);
left:0px;
top:169px;}

#box-r{
width:32px;
height:295px;
position:absolute;
background-image:url(immagini/immagini/default_07.jpg);
right:0px;
top:169px;}

#main{
	width:408px;
	height:260px;
	position:absolute;
	background-color:#FFFFFF;
	left: 31px;
	top: 169px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
} 

#piede{
width:408px;
height:35px;
position:absolute;
background-image: url(immagini/immagini/default_09.jpg);		
left: 31px;
top:429px;
}
