html{
height:100%;
}
body{
	background-color:#8c1c00;
	background-image:url(images/logo-bg.gif);
	background-position: center center;
	background-repeat:no-repeat;
	height:100%;
	margin-top:0px;
}
#landingwrapper {
	background-image:url(images/intro-bg.gif);
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:50px;
	margin:auto;
	width:900px;
	height:auto;
}
#landingheadline {
	margin:auto;
	width: 900px;
	height:72px;
}
#landingflash { 
	margin:auto;
	width:800px;
	height:200px;
}
#landingtext {
	margin:auto;
	width: 900px;
	height: auto;
}
