body {
	background: black;
	color: #b2f962;
	font-family: tahoma, arial;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: left;
}

a:link { 
	color: #B00000;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #B00000;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a img {
	border: none;
}

#background{
	background: url(images/background.jpg) no-repeat 2px;
	width:900px;
	height:1080px;
}

#mainbox{
	position: absolute;
	left: 110px;
	top: 328px;
	width:380px;
	height:600px;
}

#links{
	position: absolute;
	left: 110px;
	top: 791px;
	width:200px;
	height:100px;
}

#comms{
	position: absolute;
	left: 447px;
	top: 760px;
	width:340px;
	height:134px;
}

#tryitbutton{
	position: absolute;
	left: 568px;
	top: 590px;
	width:227px;
	height:89px;
	background:none;
}
#tryitbutton:hover{
	background: URL("images/tryit_hl.png");
}
