@charset "utf-8";

/* 

= CSS Document  ========================================

	

	Site: 			WEBSITE

	Author: 		NAME | 

	Created: 		DATE

	Updated: 	

	Copyright: 		(c) YEAR, WEBSITE

	

========================================================

*/



/* === Tags & Global Elements === */

* { margin: 0; padding: 0; }

html { font-size: 100%; }

body {

	font-size: 62.5%;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	overflow: hidden; /* IMPORTANT - Hides Scrollbars - */

}



/* === IDs & Classes === */

/* === Structure Elements === */



/* === Content Elements === */

.bg {

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	z-index: 5000;

}



#flashContainer { margin: 200px auto; width: 945px; height: 429px; position: relative; z-index: 6000; }
#flashContainer span.alt a { margin: 200px auto; width: 945px; height: 429px; background: url('../images/logo.gif') no-repeat; position: relative; z-index: 6000; }


/* --- Main Menu --- */

/* === Form Elements === */

/* === Titles & Headers === */

/* === Important Stuff === */

