html,body{margin:0;padding:0;height: 100%; width:100%}
body
{
  	font-family: Tahoma, Helvetica, Arial;
  	font-size: 12px;
	background-color: #000000;
	text-align: center;
}

.clear{
	clear: both;
}

.left{float: left;}
.right{float: right;}

div#container{
	background-color:#000000;
	background-image:	url('../../images_1024/main_bg.jpg');
	background-position: center -90px;
	background-repeat:no-repeat;
	text-align: center;
	position: relative;
}

div#header
{
	background-image:	url('../../images_1024/header_top_line.png');
	background-repeat:repeat-x;
	height: 40px;
	width: 100%;
}

#header{
	margin: 0px;
	padding: 0px;
}

div#retro_logo{
	position: relative;
	background:	url('../../images_1024/retro2_logo.png') no-repeat top left;
	height: 95px;
	width: 309px;
	top: -50px;
	margin: 0px auto;
}

div#menu_buttons {
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1000px;
}

div#menu_buttons a{
	font-size: 18px;
	font-weight: normal;
	color: #4F4F4F;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 42px;
}

div#menu_buttons .btn{
	background:	url('../../images_1024/button.png') no-repeat top left;
	height: 42px;
	width: 172px;
	float: left;
	margin: 0px 14px;
	opacity: 0.8;
}

div#menu_buttons .btn:hover{
	background:	url('../../images_1024/button_hover.png') no-repeat top left;
	opacity: 1;
}

div#menu_buttons .btn2{
	background:	url('../../images_1024/button2.png') no-repeat top left;
	height: 42px;
	width: 277px;
	float: left;
	margin: 0px 28px;
	opacity: 0.8;
}

div#menu_buttons .btn2:hover{
	background:	url('../../images_1024/button2_hover.png') no-repeat top left;
	opacity: 1;
}

div#popup_container
{
	width:800px;
	margin:0 auto;
}

div#wrapper
{
	width:1000px;
	margin: 0 auto;
}

div#navi
{
	float:left;
	position: relative;
	width:300px;
}

div#content
{
	float:left;
	position: relative;
	width:700px;
}

div#popup_content
{
	float:left;
	position: relative;
	width:800px;
}

div#content_wide
{
	width:100%;
}


div#footer
{
	background-image:	url('../../images_1024/header_top_line.png');
	background-repeat:repeat-x;
	height: 40px;
	width: 100%;
	clear:left;
}

div#footer IMG
{
  	border: 0px;
}

#startcover{width: 1020px; margin: 0 auto; background-color: #000000; color: #FFFFFF;}
#fullcover{background-color: #000000; height: 100%; width: 100%; z-index: 1000; position: absolute; top: 0px; left: 0px; opacity: 0.90;}
.fb_holder{padding: 5px 0px; width: 500px;}
#startcover img{border: 0px;}
#startcover a{border: 0px;}

