body {
	background-repeat:no-repeat;
	background-color:#000000;
	margin:0;
	overflow:hidden;
	}

#bg {
	position:absolute;
	z-index:-2;
	} 

#content {
	position:absolute;
	left:211px;
	top:0px;
	width:1024px;
	height:768px;
	border:none;
	overflow:hidden;
}

#main {
	position:absolute;
	left:31px;
	top:64px;
	width:370px;
	z-index:1;
}

#intro {
	position:absolute;
	left:0px;
	top:200px;
	width:370px;
	z-index:1;
}

#side {
	position:absolute;
	left:391px;
	top:64px;
	border:0px;
	margin-left:30px;
	width:195px;
}


#scrollbar {
	left:431px;
	top:124px;
	width: 160px;
	height: 450px;
	position: absolute;
	line-height:.5em;
}

#header {
	position:absolute;
	left:11px;
	top:0px;
	width:211px;
	height:602px;
}
#nav {
	position:absolute;
	left:0px;
	top:0px;
	width:211px;
	height:600px;
	z-index:1;
}
#navbg {
	position:absolute;
	background-image:url("images/leftmenubg.png");
	background-repeat:repeat-y;
	left:0px;
	top:0px;
	width:211px;
	height:1200px;
}

H1 {
color:#f4ecce;
font-size:20px;
font-weight:100;
}
H2 {
color:#f4ecce;
font-size:16px;
line-height:0em;
font-weight:700;
}
H3 {
color:#f4ecce;
font-size:12px;
font-weight:100;
}
H4 {
color:#f4ecce;
font-size:10px;
font-weight:100;
}
a {
color:#f4ecce;
}