@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
    font-family:Verdana, Geneva, sans-serif;
	padding:0px;
	margin:0px;
}

img {
	border: none;
}

#background{
	position:absolute; 
	z-index:0; 
	width:100%; 
	height:100%;
}

#container {
	width:800px;
	margin: 0px auto;	
}

#content {
	margin: 0px auto;
	padding: 0px;
	width:800px;
	height:600px;
	background-repeat:no-repeat;
}

#title {
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	position:absolute;
	margin: 10px 0 0 140px;
	width: 510px;
	height: 67px;
}

#logos {
	background-image:url(../images/logos.png);
	background-repeat:no-repeat;
	margin:70px auto 0 84px;
	width:630px;
	height:140px;
	position:absolute;
}

#buttons {
	height: 112px;
    margin-left: 10px;
    margin-top: 225px;
    position: absolute;
    width: 710px;
	float: left;
}

.buttonone {
	float: left;
	margin-left: 48px;

}

.buttontwo {
	float: right;
}

#numbers {
	background-image:url(../images/numbers.png);
	background-repeat:no-repeat;
    float: left;
    height: 50px;
    margin-left: 30px;
    margin-top: 8px;
    width: 282px;
}

#banner{
	float: left;
    height: 140px;
    margin-top: 320px;
    width: 560px;
	overflow:hidden; 
	float:left; 
	font-size:10px; 
	text-align:center;
	margin-left: 112px;
}

.banner img	{
	margin:0px; 
	padding:0px;
}
#slideshow 					{position:relative; height:140px;}
#slideshow IMG 				{position:absolute; top:0; left:0; z-index:8; opacity:0.0;}
#slideshow IMG.active 		{z-index:10; opacity:1.0;}
#slideshow IMG.last-active 	{z-index:9;}


#menu {
	position:absolute;
	margin-top:600px;
	margin-left:390px;
}
