 /*                             RESET DEFAULT & GLOBAL
------------------------------------------------------------------------------------ */
html, body, h1, h2, h3, h4, h5, h6, div, span, p, form, fieldset, img,
ul, li, hr, table, strong {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img, fieldset { border: none; }
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; cursor: pointer; }
a img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
input.submit { cursor:pointer; }
a:focus, input:focus, input:active, a:active { outline: none; }
div.clear { clear:both; overflow:hidden; height:0px; }


/*                             LAYOUT  
------------------------------------------------------------------------------------ */
body {
	background-color: #000000; 
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}

#flash_box_01 { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; height: 100%; }
