html { height:100%; }
body {
	padding:0px;margin:0px;
	background-color: #31353C;
	background:url(images/common/back_repeat.gif);
	height:100%;
	}

#container {
	position:absolute;
	background-color: #31353C;
	left: 50%; 
    top: 50%;
	margin-top:10%;
	margin-top: -255px; /* half of the height */
    margin-left: -420px; /* half of the width */
	width:840px;
	height:510px;
}
#flashdetect {
	position:absolute;
	background-color: #31353C;
	left: 50%; 
    top: 50%;
	margin-top:10%;
	margin-top: -255px; /* half of the height */
    margin-left: -420px; /* half of the width */
	width:840px;
	height:510px;
}

h1 { position:relative;left:607px;top:12px;background-image:url(images/common/hellaby_logo.gif);width:223px;height:28px;padding:0px;margin:0px;}
h1 span { display:none; }

ul.nav { position:absolute;top:50px;left:10px;padding:0px;margin:0px;width:120px; list-style-type:none;}
ul.nav li { padding:0px;margin:0px;margin-bottom:5px; }

#content {position:absolute;left:140px;top:50px;width:690px;height:450px;background-color:#009BEB; }
#content2 {position:absolute;left:140px;top:50px;width:670px;height:430px;background-color:#009BEB; padding:10px; font:11px Arial, Helvetica, sans-serif normal; color:#31353C; }
