@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#d4c6cf;
	background-image:url(../images/bg_training.jpg);
	background-position:top center;
    background-repeat:no-repeat;
}

#community_header_left {
	float: left;
	width:334px;
	height:280px;
}

#community_header_right {
	float: right;
	width: 441px;
	height:280px;
}

#footer {
	float:left;
	clear:both;
	width:775px;
	height:195px;
	background-color:#000000;
	background-image:url(../images/bg_footer2.gif);
	background-repeat:no-repeat;
}