/* CSS Document */

body{
	background-color:#000000;
	margin: 0 0 0 0;
	}

a.link{
	border-color:#000000;
	border-bottom-width:thin;
}

a.visited{
	border-color:#0000FF;
	border-bottom-width:thin;
}

a.active{
	border-color:#FFFFFF;
	border-bottom-width:thin;
}


div.main{
	padding:5px 15px 10px 15px;
	position:relative;
}

div.top{
	background-image:url(../images/home/top.jpg); 
	width: 900px; 
	height:18px;
	background-repeat:no-repeat;
	z-index:0;
	position:relative;
}

div.middle{
	background-image:url(../images/home/middle.jpg);
	width: 900px;
	background-repeat:repeat-y;
	z-index:0;
	height: 575px;
	position:relative;
}

div.bottom{
	background-image:url(../images/home/bottom.jpg); 
	background-repeat:repeat-x; 
	width: 900px; 
	height:15px;
	z-index:0;
	position:relative;
}

div.logo{
	height:55px;
	width:250px;
	position:relative;
	left: 20px;
	top: 10px;
	z-index:30;
}

div.nav{
	height:50px;
	width:490px;
	position: relative;
	top: -60px;
	right: -370px;
	z-index:20;
	vertical-align:top;
}

div.underline{
	height:50px;
	width:800px;
	position: relative;
	top: -58px;
	right: 0px;
	background-image:url(../images/home/underline.gif);
	background-repeat:no-repeat;
	left: 20px;
	z-index:30;

}

div.content{
	top: -60px;
	position: relative;
	z-index:10;
	vertical-align:top;
}

div.introtext{
	position: relative;
	left: 230px;
	width: 600px;
	top: -200px;
}

div.flashplayer{
	position: relative;
	left: 230px;
	width: 600px;
	top: 0px;
	height: 400px;
	z-index:40;
}

div.imageclass{
	position: absolute;
	background-image:url(../images/home/grey.png);
	width:865;
	height:93%;
	z-index:80;
	top:0;
	left: 15;
}

div.sitedown{
	position: absolute;
	z-index:40;
	left: 618px;
	top: 145px;
	width: 198px;
}

div.sitedown2{
	position: absolute;
	z-index:40;
	left: 28px;
	top: 258px;
	width: 198px;
}
