/* --- reset ---------------------------------------------------------------- */

* 				{ margin: 0; padding: 0; }
body			{ background: #000; height: 100%; width: 100%; overflow: auto; }
html 			{ height: 100%;	overflow: visible; } 
/* --- fonts ---------------------------------------------------------------- */

body			{ font: 11px Tahoma, 'Times New Roman', Times, serif; }
input			{ font: 11px Tahoma, 'Times New Roman', Times, serif; }
a				{ font: 11px Tahoma, 'Times New Roman', Times, serif; text-decoration: none; color: #fff; }

/* --- layout --------------------------------------------------------------- */

#main-outer			{ background: url(../images/main_bg.jpg) 50% 50% no-repeat; text-align: center; height: 100%; }
#beam-container		{ width: 416px; height: 171px; margin: 0 auto; text-align: center; position: absolute; left: 50%; top: 50%; margin-left: -208px; margin-top: -85px;}
#footer 			{ width: 700px; height: 65px; margin: 0 auto; text-align: center; position: absolute; top: 100%; left: 50%; margin-left: -350px; margin-top: -80px; color: #fff; padding: 0 20px 0 5px; }

