/*<![CDATA[*/
* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: #333;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

#maincontainer {
	position: absolute;
	top: 50%;
	width: 100%;
}

#container {
	display: block;
	margin-top: -275px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 100%;
	height:550px;
}

#content {
	position: relative;
	margin: 0 auto; /*Center container on page*/
	padding: 0;
	width: 980px;
	height: 550px;
	background-image:  url(../img/bg_home.jpg);
}

a:link {color:#999;text-decoration: none;} 
a:active {color:#999;text-decoration: none;}
a:visited {color:#999;text-decoration: none;}
a:hover {color:#ff9900;text-decoration: none;}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

#enter {
	position: absolute;
	top: 451px;
	left: 664px;
}

#adres {
	position: absolute;
	top: 292px;
	left: 70px;
}

#footer {
	position: absolute;
	top: 525px;
	left: 340px;	
}

/*]]>*/
	
