body {
	margin:0;
	padding:0;
	text-align: left;
	color:#000;
	font:70.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/site/bodyBH.png);
	background-color: black;
	background-position: center top;
	background-repeat: repeat-x;
}

#wrap {
	margin: 0 auto;
	width:940px;


}

#main {
background-color:red;


}

#layout {
background: blue;

}


#content {
float:left;
width:770px;
}

#inside {
padding:10px;
}

#sponsors {
float: right;
width:170px;
}


.null{
background:url(../images/site/null.gif);
}