@charset "utf-8";
/* CSS Document */
body, html {
	background: #405f74 url(../images/body_bg.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#container {
	background-color: transparent;
	border: 0 none;
	margin-top: 10px;
}

#nav {
	display: none;
}

#header {
	margin-bottom: 10px;
}

#footer {
	padding: 0;
	height: 34px;
	line-height: 31px;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat;
}

#footer a {
	color: #fff;
}