@charset "utf-8";
/* CSS Document */

* {margin: 0;}
html,body {
	width:100%;
	height:100%;
	margin: 0;
}
body 	{
		background: #121c26 url("../img/bg.jpg") top center;
		  color: #aec1da;
	}
#full 	{
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	background: url("../img/bd-head2.jpg") no-repeat top center;
	}
* html #full {
	height:100%;
}
#page {
	padding: 0 0 315px 0; 
	width: 100%;
}
#content {
	overflow: hidden;
	padding: 0; 
	position: relative;
}
#container2 {
	width: 100%;
	float: right;
	margin: 0 0 0 -296px;
}
#main_content {
	margin-left: 296px;
}
.clearing {
	height: 0;
	clear: both;
}
.padsite {
	max-width: 1210px;
	mix-width: 960px;
	width: 100%;
	margin: 0 auto;
	}

/* Header */

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 580px;
	background: url("../img/logo.png") no-repeat 30px 84px;
	position: relative;
}

/* Middle */

/* Leftcol */

#leftcol {
	width: 296px;
	float: left;
}

/* Footer */

#footer {
	position: absolute;
	bottom: 0;
	height: 314px;
	width: 100%;
 background: url("../img/bg-foot.jpg") no-repeat bottom center;
 font-size: 18px;
 line-height: 24px;
 }