/* Dead Centre technique in full glory */
html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../images/bg.gif') repeat-x #560000;
}

body{
	font: 14px Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}
a{
	color: #ffffff;
}
#container{
	position: relative;
	height: 100%;
	margin: 0 auto;
}

#logo{
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 200px;
	margin-top: -100px;
	width: 340px;
	margin-left: -300px;
	background: url('../images/logo.gif') no-repeat;
}

#thoughts{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 220px;
	margin-top: -100px;
	width: 400px;
	margin-left: 60px;
}

p.soon{
	font-size: 24px;
	position: absolute;
	bottom: 10px;
	letter-spacing: -2px;
	font-weight: bold;
}

#map {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 220px;
	margin-top: 150px;
	width: 400px;
	margin-left: -180px;
}
