/* CSS Document */

html {
	height: 100%;
	margin-bottom: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: left;
}

#container {
	background-color: #FFFFFF;
	background-image: none;
	width: 100%;
	text-align: left;
	margin: auto;
	overflow: hidden;
}
/********************************************************/
#content {
	background-image: url(../_img/bg_content.jpg);
	background-repeat: no-repeat;
	width: 571px;
	height: auto;
	float: right;
	padding: 42px 0px 10px 20px;
}
/********************************************************/
#footer {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	width: 100%;
	height: 47px;
	clear: both;
	font-size: 0.7em;
	padding-top: 10px;
	text-align: center;
}
		#footer a {
			color: #000000;
			text-decoration: none;
		}
				#footer a:hover {
					color: #CC4900;
					text-decoration: underline;
				}