html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	height: 100%;
	background: url(../images/DBD0B1.jpg) #DBD0B1 top;
	overflow-x: hidden;
}

#bg {
	background: url(../images/main_bg.jpg) repeat-y;
}

#footer {
	padding: 0px;
	background: url(../images/footer_bg.jpg) no-repeat center bottom;
	width: 770px;
	height: 36px;
}

.footer_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-position: right;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-top: 15px;
}

.footer_text a {
	color: #FFFFFF;
	text-decoration: none;
}

