html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0px;
	background-color: #C1C1C1;
	background-image: url('../img/top_bg.jpg');
	background-repeat: repeat-x;
}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -446px;
	_height: 100%;
	min-height: 100%;
	width: 892px;
	background-image: url("../img/repeat.png");
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='../img/repeat.png', sizingmethod='scale');
}

#header {
	width: 800px;
	height: 120px;
	margin-left: 46px;
}

div#account {
	position: absolute;
	font-size: 11px;
	left: 515px;
	top: 5px;
	width: 303px;
	height: 30px;
}

div#account_login {
    display: none;
}

div#account a {
    background-color: none;
    background: none;
    border: none;
}

div#account a img {
    border: none;
}

#content {
	width: 764px;
	padding: 18px;
	margin-left: 46px;
}

a {
	-moz-outline-style: none;
	outline: none;
}

a#menu1 {
	margin-left: 46px;
	position: absolute;
	left: 20px;
	top: 85px;
	width: 60px;
	height: 35px;
	background-image: url("../img/menu1.jpg");
}
a#menu1.active, a#menu1:hover {
	background-position: 0px 35px;
}

a#menu2 {
	margin-left: 46px;
	position: absolute;
	left: 89px;
	top: 85px;
	width: 97px;
	height: 35px;
	background-image: url("../img/menu2.jpg");
}
a#menu2.active, a#menu2:hover {
	background-position: 0px 35px;
}

a#menu3 {
	margin-left: 46px;
	position: absolute;
	left: 195px;
	top: 85px;
	width: 48px;
	height: 35px;
	background-image: url("../img/menu3.jpg");
}
a#menu3.active, a#menu3:hover {
	background-position: 0px 35px;
}

a#menu4 {
	margin-left: 46px;
	position: absolute;
	left: 252px;
	top: 85px;
	width: 159px;
	height: 35px;
	background-image: url("../img/menu4.jpg");
}
a#menu4.active, a#menu4:hover {
	background-position: 0px 35px;
}

a#menu5 {
	margin-left: 46px;
	position: absolute;
	left: 420px;
	top: 85px;
	width: 135px;
	height: 35px;
	background-image: url("../img/menu5.jpg");
}
a#menu5.active, a#menu5:hover {
	background-position: 0px 35px;
}

a#menu6 {
	margin-left: 46px;
	position: absolute;
	left: 564px;
	top: 85px;
	width: 220px;
	height: 35px;
	background-image: url("../img/menu6.jpg");
}
a#menu6.active, a#menu6:hover {
	background-position: 0px 35px;
}

a.add {
	display: block;
	width: 254px;
	height: 37px;
	background-image: url("../img/add.jpg");
}
a.add:hover {
	background-position: 0px 37px;
}

#footer {
	float: left;
	width: 800px;
	height: 50px;
	margin-left: 46px;
	_margin-left: 23px;
	font-size: 10px;
	text-align: center;
}