body {
	background-color: #000000;
	font-family: tahoma;
	margin: 0px;
	color: #FFFFFF;
}

#hidepage {
	background-image:url('../images/body/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

*html #hidepage {
	display: none;
}

#wrapper {
	width: 770px;
	margin: auto;
}

*html #wrapper {
	position: absolute;
	margin-left: -385px;
	left: 50%;
}

#header {
	width: 770px;
	height: 283px;
	background-image:url('../images/body/header.jpg');
}

#middle {
	width: 770px;
	background-image:url('../images/body/middle.jpg');
}

#content {
	width: 660px;
	text-align: justify;
	padding-left: 55px;
}

* html #content {
	width: 770px;
}

#bottom {
	width: 770px;
	height: 114px;
	background-image:url('../images/body/bottom.jpg');
	text-align: center;
}

input.codex {display:none;}