/**
 * index.css for home page 2
 * for vollkommenart.com
 * copyright 2007 miinx.com.au 
 */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/home/bg_gradient.gif) repeat-x top #020202;
}

#container {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute; 
	top: 100px;
	left: 50%;
	margin-left: -282px;
	background-image: url(../images/home/vollkommenart_logo.gif);
	padding-top: 161px;
	height: 0px !important;		/* for good browsers */
	height /**/: 161px;
	width: 564px;
	overflow: hidden;
	display: block;
	z-index: 10;
}

#banner_left {
	position: absolute; 
	top: 310px;
	left: 0;
	width: 100%;
	height: 155px;
	background: url(../images/home/banner_bg_L.gif) repeat-x;
}

#banner_right {
	position: relative; 
	top: 0;
	right: 0;
	margin-left: 50%;
	width: 50%;
	height: 155px;
	background: url(../images/home/banner_bg_R.gif) repeat-x;
}

#banner {
	position: absolute; 
	top: 0;
	left: 50%;
	margin-left: -420px;
	width: 840px;
	height: 155px;
	background: url(../images/home/banner_bg.jpg) no-repeat center;
}

#banner img {
	position: relative; 
	top: 20px;
	margin-right: 10px;
}

p {
	position: relative; 
	font: bold 13px "courier new";
	color: #d3a87a;
}

p#coming_soon {
	top: 280px;
}

p#moved {
	font-size: 18px;
	top: 468px;
}

p#address {
	top: 490px;
}


