body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0;
}

#top {
	height: 80px;
	width: 100%;
}

#container {
	width: 900px;
}

#menu {
	float: left;

	width: 139px;
	height: 620px;
}

#menu_content {
	margin-top: 70px;
	background-image: url(../img/menu2.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 230px;
}

#menu_login {
	margin-left: 10px;
}


#content {
	float: left;
	padding-top: 47px;
	padding-left: 50px;

	min-height: 540px;

	width: 711px; /* 761-50 */
}

#footer {
/*
	position: relative;
	top: -55px;
	margin-bottom: -55px;
*/

	width: 900px;
	text-align: center;
	color: #545452;
}


div.spacer {
	height: 1px;
	font-size: 1px;
	clear: both !important;
}