body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	color: #575757;
	font-size: 9pt;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/bg03.jpg);
}


#logo {
	float: left;
	width: 371px;
	height: 105px;
	background-repeat: no-repeat;
	background-image: url(../images/logo03.gif);
}


#bottom {
	float: left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 61px;
	padding: 23px 0px 0px 0px;
	background-image: url(../images/bottom03.gif);
}

