body {
	font:12pt Century Gothic;
	color:#630;
	background: url('images/bg.jpg') center;
	margin:0px;
}

#main {text-align:center; width:800px; height:570px; margin:0px auto; padding:0px;}
#header {width:700px; height:100px; margin:0px auto; padding:0px;}
#nav {width:584px; height:31px; float:left;}
#orb {width:116px; height:64px; background: url('images/orb.png') no-repeat left top; float:left;}
#body {width:600px; height: 375px; margin:auto; background:#fffefe; border:1px solid #4A3F34;}
#body table {width:400px; margin: 0px auto; font:11pt Century Gothic;}
#footer {width:417px; height:97px; margin:0px auto; padding-bottom:0px; background: url('images/footer.png') no-repeat center bottom;}


a img {border:none;}

html, body {
 height: 100%;
 }
#main {
 position: relative;
 min-height: 100%;
 }
* html #main {
 height: 100%;
 }
#footer {
 position: relative;
 margin: -97px auto 0 auto;
 }
* html #footer {
 margin-top: -90px;
}