body{
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: #000000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


.container{
	position:absolute;
	top:0px;
	left:0;
	width:750px;
}
.logo{
	position:absolute;
	top:10px;
	left:20px;
	width:360px;
	height:15px;
}

.title{
	position:absolute;
	top:4px;
	left:500px;
	width:200px;
	height:18px;
	color: #FF0000;
	font-weight:bold;
	font-size:24px;
	font-family: "Courier New", Courier, monospace;
}
.menu {
	position:fixed;
	top:40px;
	left:30px;
	font-weight: bold;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
}
.menu a{
	display:block;
	margin-bottom:10px;
	padding-right:2px;
	height:20px;
}
.menu a.Theory, .menu a.Forum{
	margin-left:20px;
}
.menu a:hover{
	color:#000;
	background-color:#f00;
	font-style:italic;
	text-decoration:none;
}
#container {
	width:100%;
	text-align: center;
	border:0px solid red;
	font-size:1.1em;
	color:white;
}
.content {
	position:absolute;
	top:50px;
	left:200px;
	width:550px;
	color: #FFFFFF;
	font-size: 12px;
}
.image_left{
	float:left;
	margin-right:15px;
}
.image_right{
	float:right;
	margin-left:15px;
}

