* { padding: 0; margin: 0; border: 0; }
.outer {
	position: absolute;
	top: -10000px;
	left: -1000px;
}
html {
	width: 100%;
	height: 100%;
}
body {
	background: black url('img/bg2_v2.jpg') top center no-repeat;
	min-width: 1020px;
	height: 100%;
}
div#content {
	width: 1020px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: black url('img/bg1_v2.jpg') top center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
div#cont {
	height: 450px;
}
div#container {
	margin: 0 auto;
	width: 1020px;
	height: 100%;
	position: relative;
}
div#address {
	position: absolute;
	top: 85px;
	left: 10px;
	width: 200px;
	text-align: right;
	color: white;
	font: 13px "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	z-index: 5;
}
div#address a {
	color: white;
	text-decoration: none;
}
div#address a:hover {
	text-decoration: underline;
}
