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

html, body{
	background-color: #000;
    margin:0;
    padding:0;
}

body{
   	text-align:center;
    min-width:1005px;
    min-height:487px;
}

.start{
	margin:auto;
	position:absolute;
    top:50%;
    left:50%;
    margin-top:-39px;/* half elements height*/
    margin-left:-169px;/* half elements width*/
    width:337px;
    height:77px;
    overflow: hidden;/* allow content to scroll inside element */
    text-align:left;
}

A:link {text-decoration: none; color: #FFF;}
A:visited {text-decoration: none; color: #FFF;}
A:active {text-decoration: none; color: #FFF;}
A:hover {text-decoration: none; color: #FFF;}

img,
img: hover{  
	border-style: none;
}

.spacer1{
	height:1200px;
}

.menu{
	width:1000px;
	height:34px;
	margin-left:41px;
}

.content{
	width:1005px;
	margin:auto;
	clear:both;
}

.divider{
	float:left;
	width:6px;
	height:34px;
	background-image:url(../images/buttons/divider.png);
}

.bodytext{
	text-align:left;
	width:894px;
	margin:auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	margin-top:15px;
	margin-bottom:30px;
}

.siteby{
	text-align:center;
	width:1005px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:35px;
	margin-bottom:30px;
}

.siteby A:link {text-decoration: none; color: #666;}
.siteby A:visited {text-decoration: none; color: #666;}
.siteby A:active {text-decoration: none; color: #666;}
.siteby A:hover {text-decoration: none; color: #666;}

