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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/layout/bg-main.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

#wrap {
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background-image: url(../images/layout/bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
	
}
#space{

 margin:4px;
 
 }
 #space-big{

 margin:8px;
 
 }

#box_destaque{
	
	width: 960px;
	height: 260px;
	margin-left:5px; 
	background-color:#FFFFFF;
   	
}