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


/*html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color:#101010;
	
	height:100%;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}*/

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:160%;
	position: absolute;
	width:100%;
}

.bg{
	height:100%;
	width:100%;
	clear: both;
	display: table; 
	_position: relative;	
	background-color:#101010;
	background-image:url(site/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

.container{
	margin:auto;
	padding-top:20px;
	width:889px;
}



.logo{
	text-align:center;
	padding-top:5px;
}

.bed{
	padding-top:50px;
	padding-bottom:15px;
	text-align:center;
}

.link{
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.link a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
}

.link a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.adres{
	text-align:center;
	padding-top:60px;
	padding-bottom:20px;
}

.footer{
	text-align:center;
	color:#666666;
	padding-bottom:5px;

}

.footer a{
	color:#666666;
	text-decoration:none;
}

.footer a:hover{
	color:#666666;
	text-decoration:underline;
}

.adres a{
	color:#FFFFFF;
	text-decoration:none;
}

.adres a:hover{
	color:#FFFFFF;
	text-decoration:none;
}