#bg {
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	left:0;
	z-index:-3;
}

#bg #loader {
	margin:300px auto;
	background:url('../images/ajax-loader.gif') no-repeat;
	height:100px;
	width:100px;
}

#bg-logo {
	position:fixed;
	width:200px;
	height:200px;
	background:url('../images/bg.png') right bottom no-repeat;
	right:0;
	bottom:0;
	z-index:1;
}

#wrapper {
	margin:0 auto;
	width:730px;
	padding:30px 0 0 0;
}

#promo {
	position:fixed;
	background:#000;
	color:#fff;
	height:130px;
	width:730px;
	clear:both;
}

#promotie {
	float:left;
	width:500px;
	background:#000;
	height:130px;
}

#promo h2 {
	font-weight:normal;
	color:#f7941e;
	padding:0 0 10px 0;
}

#promo h2 a {
	color:#f7941e;
}

#promo a {
	color:#fff;
}

#banner {
	float:right;
	width:200px;
	background:#000;
	height:130px;
}

#header {
	position:fixed;
	top:200px;
	height:350px;
	width:730px;
	margin:0 auto;
	overflow:hidden;
}

#header #bg-1 {
	position:absolute;
	background:url('../images/headers/header-enter-1.jpg') no-repeat;
	height:350px;
	width:730px;
}

#header #bg-2 {
	position:absolute;
	background:url('../images/headers/header.jpg') no-repeat;
	height:120px;
	width:730px;
}

#logo {
	position:absolute;
	top:20px;
	left:20px;
}

#adres {
	position:absolute;
	color:#f7941e;
	text-align:right;
	top:20px;
	right:20px;
}

#footer {
	position:fixed;
	bottom:0;
	left:0;
	clear:both;
	width:100%;
	height:35px;
	background:#000;
}

#footer p {
	padding:4px 0 0 0;
	color:#777;
	text-align:center;
}

#footer p a {
	color:#555;
}

#footer p a:hover {
	color:#f7941e;
}