/* commented backslash hack \*/ 
html, body{width: 100%; height:100%;} 
/* end hack */
html,body {margin:0;padding:0; width: 100%; height:100%;}

* { margin:0; padding:0; }

body          { background:#000 url(images/body_bg.jpg) top center repeat; font:12px Times, Helvetica, sans-serif; color: #DF9F53; text-align:center; }
a 			  { color: #DF9F53; font-weight: bold; text-decoration: none; }
a:hover		  { /*text-decoration: underline;*/ color: #FFCB8F; }
img           { border:0; vertical-align:top; }

.main		  { background: url(images/content_bg.png) top center no-repeat; margin: 0px; padding: 0px; width: 953px; height: 733px; }
.page		  { width: 100%; height: 100%; margin: 0px; padding: 0px; text-align: center; }
.logo		  { margin-top: 10px; }
.navigation  	  { position: relative; top: 9px; left: 1px;}
.content  	  { position: relative; top: 9px; }
.footer		  { color: #CF8D40; font-weight: bold; letter-spacing:1px; width: 915px; }
.footer a 	  { color: #CF8D40; }
.clearer	  { clear: both; line-height: 1px; font-size: 1px; margin: 0; padding: 0; }
