/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MAIN STRUCTURE */

html, body {
	height: 100%;
}

#mainhead,#headcontact{
	width:900px;
	margin:0 auto;
}

#mainhead{
	height:90px;
	margin:0 auto;
}
#site{		
	position:relative;
	margin:auto;
	height:200px;
	top:50%;
	margin-top:-100px;
}
#navigation{			
	margin-bottom:20px;
}
#content{			
	margin:auto;
	position:relative;
}
#footer{			
	text-align:left;
	position:relative;
height:99px;
}
#push{
	height:100px;
}
#push{				
float:right;}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! STYLES */

html,body{
       color:#D9D9D9;
       background:#333333;
       font-size:11px;
       font-family:times;
}

h1,h2,h3,h4,h5,h6
{font-size:1em;}

#content h3{
	margin:20px;
	border-bottom:1px solid #484848;
	padding-bottom:10px;
}
#content h5{/*
	margin:20px;
	border-bottom:1px solid #484848;
	padding-bottom:10px;*/
}
#content h6{
	margin:10px 20px -20px 20px;

}
a{
	color:#B8E4FA;
	text-decoration:none;
}

span.hide{
	display:none;
}

#mainhead{
	background: url(images/dist_logo.png) right bottom no-repeat;
}
#headline{
	background:#DEE787;
	height:4px;
	border:0;
	margin:25px 0 ;
}

#headcontact{
	width:900px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
}
#headcontact span{
	width:300px;
}
#headcontact a{
	color:#D9D9D9;
}


