/* CSS Document */
BODY {
	font-size:81.25%;
	background-image: url(../images/bkgrnd.jpg);
	margin-top:0;
}
HTML>BODY {font-size:13px;}

#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkgrnd.gif);
}
#header {
	height: 200px;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center;
}
#body {
	width: 100%;
	background-repeat: repeat-y;
}
*html #body{
	width: 950px;
}
#footer {
	height: 70px;
	width: 100%;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}
*html footer{
	margin-top: 0;
	padding-top: 20px;
}
