body {
width:800px;
margin:0 auto;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#C0C0C0;
background:url(../img/bg_body.jpg) no-repeat  50% 0 #000;
}

img{ border:none;}

a{ outline:none; color:#C0C0C0; text-decoration:none;}

/* ----- HEADER ----- */



#header {
width:800px;
height:366px;
background: url(../img/bg_header.jpg) no-repeat #242424;
position:relative;
}

#logo{ 
position:absolute;
background:url(../img/logo.jpg);
width:236px;
height:162px;
right:30px;
top:30px;
}


#menu { 
width:800px;
height:35px;
background-color:#242424;
}

/* ----- MAIN CONTENT ----- */



#content { 
width:800px;
background:#242424;
min-height:252px; 
height:auto !important; 
}

#sottomenu{
clear:both;
}

#catalogo{
width:800px;
min-height:252px; 
height:auto !important; 
margin:0 auto;
position:relative;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#C0C0C0;
font-size: small;
clear:both;
}

#catalogo1{
width:200;
min-height:252px; 
height:auto !important; 
position:absolute;
margin-right:30px;
margin-left:30px;

}

#catalogo1 img{
width:200;

}


#catalogo2{
width:500px;
margin-top:0px;
position:absolute;
left:250px;
min-height:252px; 
height:auto !important; 
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}


/* ----- FOOTER ----- */

#footer{ 
width:800px;
background:url(../img/foot.jpg) #242424;
min-height:30px;
}

#copy { text-align:center; font-size:10px;}
