html{
	text-align:center;
}

img{
	border:none;
}

h1{
	margin-top:-1px;
	font-size:15px;
	font-family:"techno";
}

h2{
	position:absolute;
	margin-top:-10px;
	color:#a6a9a5;
	width:500px;
	left:50%;
	margin-left:-250px;
	font-size:12px;
	font-family:"",sans-serif;
}

a{
	color:black;
	text-decoration:none;
}

a:hover{ 
	text-decoration:underline; 
}


.disclamer{
	position:relative;
	left:50%;
	margin-left:-250px;
	width:500px;
	min-height:20px;
	font-size:13px;
	color:white;
	font-family:"",sans-serif;
	height:auto;
	background-color:#ae2926;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius:4px 4px 4px 4px;
	border:0px solid #d6f0dc;
}

@font-face {
    font-family: 'techno';
    src: url('../fonts/techno.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/techno.woff') format('woff'), 
         url('../fonts/techno.ttf')  format('truetype'),
         url('../fonts/techno.svg#svgFontName') format('svg');
}

/*.container{
	position:fixed;
	left:50%;
	text-align:center;
	background-color:pink;
	width: 960px;
	min-height:640px;
	min-height:100%;
	height:auto;
}*/

#container {
 position:relative;
 width: 1352px;
 min-height:100% !important;
 height: 100%;
 margin: 0 auto;
 margin-top:-8px;
 //z-index:10000000;
 //margin-bottom:10px;
 //background-color:pink;
}


#footer{
	position:absolute;
	bottom:-80px;
	//background-color:pink;
	width:100%;
	height:80px;
}

#footer_text{
	position:relative;
	float:left;
	margin-top:30px;
	margin-left:80px;
}

#privacy_terms{
	position:relative;
	float:right;
	margin-top:30px;
	margin-right:105px;
	font-size:14px;
}


.banner{
	position:absolute;
	top:20px;
	left:24.8%;
	height: 80px;
	width: 300px;
	background-image:url('../img/banner.png');
	background-repeat:no-repeat;
	//background-color:pink;
	z-index:200;
}

a.go_home_link{
	position:absolute;
	display:block;
	height:80px;
	width:300px;
	//background-color:green;
	z-index:1000000000000001;
}

.decor_line_top{
	z-index:-1;
	position:absolute;
	left:50%;
	margin-left:-12.5px;
	top:-2px;
	bottom:-16px;
	//height:124px;
	background-color:black;
	width:25px;
}

.decor_line_bot{
	z-index:-1;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-12.5px;
	//margin-top:25px;
	height:125px;
	bottom:0px;
	margin-bottom:-140px;
	background-color:black;
	width:25px;
}


.nav_menu{
	position:absolute;
	display: inline;
	font-size: 15px;
	font-family: 'techno';
	top:52px;
	left:53%;
	float:left;
}

.control_desk{
	position:absolute;
	text-align:center;
	top:222px;
	left:7.5%;
	min-height:200px;
	height:auto;
	width:200px;
	background-color:#ebeaeb;
	opacity:0.5;
 	filter:alpha(opacity=50);
    	behavior: url(PIE.htc);
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	border:2px solid white;
	z-index:5;
}

#info_area{
	position:absolute;
	top:122px;
	width:700px;
	left:50%;
	margin-left:-375px;
	min-height:500px;
	height:auto;
	
	background-color:white;
	-moz-border-radius:40px 40px 40px 40px;
	-webkit-border-radius:40px 40px 40px 40px;
	border-radius:40px 40px 40px 40px;
	border:25px solid black;
	z-index:4;
}


.login_bar{
	position:absolute;
	right:40px;
	top:10px;
	background-color:black;
	height:25px;
	min-width:160px;
	width:auto;
}


.login_links{
	position:relative;
	top:50%;
	margin-top:-6px;
	margin-left:20px;
	margin-right:20px;
	min-width:160px;
	width:auto;
	text-align:center;
	z-index:10000001;
}
a.login_bar_link{
	color:white;
	text-decoration:none;
	font-family: 'techno';
	font-size: 10px;
}
