#container_900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
BODY {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 86px;
	width: 900px;
}
#menu {
	float: left;
	height: 40px;
	width: 900px;
}
#body {
	background-image: url(/images/main_back.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
	min-height: 480px;
}
#footer {
	background-image: url(/images/footer_back.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 895px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#body #content {
	background-image: url(/images/text_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 670px;
	min-height: 540px;
}
#body #contact {
	float: left;
	width: 230px;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#photo {
	float: left;
	height: 160px;
	width: 900px;
}
