﻿html {
	height:100%;
}

body {
	height:100%;
	margin: 0 auto;
	padding: 0px;
	overflow:hidden;
	font: normal 9px verdana;
	color: #cccccc;
	text-align: center;
	width: 100%;
	height:100%;
	background-color: #ffffff;
}

img {
	vertical-align: middle;
	border: 0px;
}

#splash {
	position: absolute;

	width: 600px;
	height: 492px;

	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -246px;

}
#splash img {
	width: 100%;
	height: 100%;
}

#offer {position: absolute; bottom: 40px; left: 40px;}
#offer img {width: 281px; height: 106px;}
#contact {position: absolute; top: 40px; right: 40px;}
#contact img {width: 158px; height: 16px;}
