body
{
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 10pt;
	background-color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#surround
{
	width: 100%;
	position: relative;
	text-align: center;
}

#surround #box
{
	width: 880px;
	height: 840px;
	margin: 0 auto;
	position: relative;
	background-image: url(gfx/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#surround #menu
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style-type: none;
	left: 33px;
	top: 154px;
}

#surround #menu li
{
	padding: 0px;
	margin: 0px;
	float: left;
}

#surround #box #content
{
	position: absolute;
	left: 0px;
	top: 192px;
	width: 880px;
	height: 438px;
	background-image: url(gfx/background_content.png);
	background-repeat: no-repeat;
	background-position: left top; 
	padding: 18px 10px 10px 10px;
}

#surround #box #content2
{
	position: absolute;
	left: 0px;
	top: 192px;
	width: 880px;
	height: 438px;
	background-image: url(gfx/background_content_2.png);
	background-repeat: no-repeat;
	background-position: left top; 
	padding: 18px 10px 10px 10px;
}

#surround #box #content3
{
	position: absolute;
	left: 0px;
	top: 192px;
	width: 880px;
	height: 438px;
	background-image: url(gfx/background_content_3.png);
	background-repeat: no-repeat;
	background-position: left top; 
	padding: 18px 10px 10px 10px;
}

#surround #box #content4
{
	position: absolute;
	left: 0px;
	top: 192px;
	width: 880px;
	height: 438px;
	background-image: url(gfx/background_content_4.png);
	background-repeat: no-repeat;
	background-position: left top; 
	padding: 18px 10px 10px 10px;
}

#surround #box #content5
{
	position: absolute;
	left: 0px;
	top: 192px;
	width: 880px;
	height: 438px;
	background-image: url(gfx/background_content_5.png);
	background-repeat: no-repeat;
	background-position: left top; 
	padding: 18px 10px 10px 10px;
}

#right
{
	text-align: left;
	float: left;
	margin-left: 19px;
	width: 420px;
	height: 409px;
	overflow: auto;
}

h1
{
	font-size: 20pt;
	color: #00cc00;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
}

h2
{
	font-size: 14pt;
	color: #00cc00;
	margin: 0px 0px 6px 0px;
	padding: 5px 0px 5px 0px;
}

a
{
	color: #FFF;
	font-size: 12pt;
	font-family: Arial, Verdana;
}

a:link
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
	color: #EEE;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}
