body {
	background:url(../img/bg.jpg) top center no-repeat;
	margin: 0; 
	padding: 800px 360px 60px 60px;
	font-family: Georgia, 'Times New Roman', sans-serif;
	font-size: 0.9em;
}

a {
	color: #09f;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size:1.4em;
}

p {
	line-height:1.5em;
	}

#billboard {
	position:absolute;
	top: 25px; left: 50%;
	margin-left: -375px;
}

#billboard .holder {
	position: relative;
	width: 750px;
	height: 380px;
	/* Странный косяк, бордер здесь необходим */
	border-top: 1px solid #fff;
}

#billboard h2 {
	text-align: center;
	color: #fff;
	margin: 35px 0 0 0;
	line-height: 40px;
	padding: 0;
	font-size: 2.6em;
	font-style:normal;
	font-weight:normal;
}

#phone {
	position: absolute;
	font-size: 28px;
	bottom: 10px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
}

#mail, #price {
	position: absolute;
	font-size: 18px;
	bottom: 12px;
}
#mail { left: 20px; }
#price { right: 20px; }

#pereklu4alko {
	position: absolute;
	font-size: 1.3em;
	top: 800px;
	width: 360px;
	right: 0;
}
#pereklu4alko ul {
	list-style-type: none;
}
#pereklu4alko li {
	padding: 10px 0;
}

#footer {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #bbb;
}
#footer .holder {
	padding: 10px 60px 60px 60px;
}