
body{
	margin: 0px auto;
	background: #000 url(../images/bodyBG.jpg) top left repeat-x;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:924px;
}
#header{
	position:relative;
	margin:10px auto 0px auto;
	width:924px;
	height:158px;
	background: url(../images/header.jpg) top left no-repeat;
}
#topStrip{
	position:relative;
	margin:0px auto;
	width:924px;
	height:17px;
	background: url(../images/under.jpg) top left repeat-y;
	
}

#mainFrame{
	margin:0px auto;
	width:924px;
}

img{
border:none;
}