body {
	background:url('img/bg.png') top center #fff;
	background-size: 82px 82px;
	margin:0;
	padding:0;
	color:#406196;
	font:normal 14px/1.4 Tahoma,sans-serif;
}
#container {
	width:960px;
	margin:0 auto 2em;
}
#left{
	width:665px;
	float:left;
	box-sizing: border-box;
}
#right{
	width:295px;
	float:left;
	box-sizing: border-box;
}
#heading {
	background:url('img/vizcaya-falls-pre-construction-top.jpg') left top;
	background-size: 665px 407px;
	background-repeat: no-repeat;
	width:665px;
	height:407px;
}
#roll {
	background:url('img/vizcaya-falls-pre-construction-roll.jpg') left top;
	background-size: 665px 128px;
	background-repeat: no-repeat;
	width:665px;
	height:128px;
}
#presales-content{
	background:url('img/vizcaya-falls-pre-sales-content.png') left top;
	background-size: 665px 257px;
	background-repeat: no-repeat;
	width:665px;
	height:257px;
}
#top{
	background:url('img/vizcaya-falls-by-kolter-homes.png') left top;
	background-size: 295px 275px;
	background-repeat: no-repeat;
	background-position: 0 -20px;
	width:295px;
	height:275px;
}
#logo,
.logo{
	background:url('img/vizcaya-falls-logo.png') left top;
	background-size: 215px 130px;
	background-repeat: no-repeat;
	width:215px;
	height:130px;
	margin:1em auto;
}
#hud{
	background:url('img/hud-logo.png') left top;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	font-size: 11px;
}
#heading h1,
#presales-content *,
#top * {display:none;}

.padding{
	padding:0 20px;
}
input[type=image]{
	outline: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#heading {
		background:url('img/vizcaya-falls-pre-construction-top@2x.jpg') left top;
	}
	#roll {
		background:url('img/vizcaya-falls-pre-construction-roll@2x.jpg') left top;
	}
}