/* CSS Document */

/*
body{line-height:1;font:1em Tahoma, Verdana, Arial, Helvetica, sans-serif;color:#444;text-align:center;background:#CCC url("images/bkg.png") repeat-x top center;}
*/




.container {
position:relative;
height: 100%;
width: 100%;
text-align:center;
}


.hud{
position: relative;
width:100%;
text-align-center;
margin: 0;
border: 0;
padding:0;
}

.spacer{
clear: both;
padding: 20px 0;


}

#hudwrap {
     /* IE 5.0/Win and other lesser browsers will use this */
     position: absolute; right: 0px; bottom: 0px;
     text-align:center;

}
body > div#hudwrap {
     /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
     position: fixed;
}