body {
	background-color:white;
	width:100%;
	background:#FFDEC3 url(bg.jpg) no-repeat center top;
}

* {
	font-family:Times New Roman;
	font-size:10pt;
	color:black;
}

#container
{
	position:absolute;
	left:50%;
	margin-left:-375px;
	width:750px;
	padding-top:160px;
}

#header {display:none;}
#menugfx {display:none;}

#menutext {
	float:left;
	width:100px;
	padding:5px;
	border-right:solid black 1px;
	margin-right:5px;
	height:160px;
	font-weight:bold;
}

#login {
	float:right;
	border-left:solid black 1px;
	width:100px;
	padding:5px;
	margin-left:5px;
	height:900px;
	font-weight:bold;
	background:url(killerant.png) no-repeat center 135px;
}

#links {
	border-right:solid black 1px;
	clear:left;
	float:left;
	width:100px;
	padding:5px;
	height:730px;
	margin-right:5px;
}

#content {
	padding-top:5px;
}

#layoutswitchtext {
	display:none;
}

#prev img {
	position:absolute;
	top:5px;
	left:-40px;
	background-image:url(../prev.png);
	width:10px;
	height:10px;
	border:0px;	
}

#next img {
	position:absolute;
	top:5px;
	left:-30px;
	background-image:url(../next.png);
	width:10px;
	height:10px;
	border:0px;	
}

.changelog {
	display:block;
}

.changelog .entry {margin-bottom:10px;}
.changelog .entry .date {float:left;margin-right:10px;font-weight:bold;}
.changelog .entry .text {display:block;}

#input input {
	width:95px;
	height:14px;
	font-size:10px;
	font-weight:normal;
}

#button input {
	width:97px;
	height:20px;
	font-size:9px;
	font-weight:normal;
}

