* {
	margin:0;
	padding:0;
}

html, body {
		height:100%;
		background-color:#0b0905;
		color:#630;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
}

.cont {
	top: 20px;
	margin:0 auto;
	position:relative;
	text-align:left;
	height:690px;
	width:998px;
	clear:left;
	background-color:#0b0905;
}
#bg1 {
	position: absolute;
	height: 422px;
	width: 48px;
	background-color: #000;
	top: 101px;
	left:0px;
}
#bg2 {
	position: absolute;
	height: 422px;
	width: 23px;
	background-color: #000;
	top: 101px;
	left: 333px;
}
#bg3 {
	position: absolute;
	height: 422px;
	width: 23px;
	background-color: #000;
	top: 101px;
	left:641px;
}
#bg4 {
	position: absolute;
	height: 422px;
	width: 48px;
	background-color: #000;
	top: 101px;
	left:950px;
}
#welcome{
	background-color: #0B0A06;
	position: absolute;
	height: 15px;
	width: 756px;
	left: 121px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
}

#video {
	background-color: #000;
	position: absolute;
	height: 575px;
	width: 285px;
	left: 48px;
	top: 25px;
	border: none;
}
#immo {
	position: absolute;
	height: 575px;
	width: 285px;
	left: 356px;
	background-color: #000;
	top: 25px;
}
#select {
	position: absolute;
	height: 575px;
	width: 285px;
	left: 664px;
	background-color: #000;
	top: 25px;
}
#whiteline {
	position: absolute;
	height: 30px;
	width: 920px;
	top: 660px;
	background-color: #0b0905;
	padding-left: 0px;
	left: 39px;
}
#whiteline p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	left: 357px;
	position: absolute;
	background-color: #0b0905;
	top: 10px;
	width: 207px;
}
#whiteline p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}



a.video{
	display:block;	
	background:url(../jpg/video_rollover.jpg);
	width:285px;
	height:575px;
	border:0;
	text-decoration:none;
}

a.video:hover{
	background-position: 0 -575px;
}

a.immo{
	display:block;	
	background:url(../jpg/immo_rollover.jpg);
	width:285px;
	height:575px;
	border:0;
	text-decoration:none;
}

a.immo:hover{
	background-position: 0 -575px;
}
a.select{
	display:block;	
	background:url(../jpg/select_rollover.jpg);
	width:285px;
	height:575px;
	border:0;
	text-decoration:none;
}

a.select:hover{
	background-position: 0 -575px;
}

