/* CSS Document */

/* SET NEW DEFAULT CSS VALUES FOR CONSISTENCY ACROSS BROWSERS */
/* ========================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0; clear: none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: 100; }
q:before,q:after{content:'';}


/* =+=+=+=+=+= =+=+=+=+=+= OVERRIDDEN HTML =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

html { overflow: hidden; }
html, body { height: 100%; background: #000000; }


#flashcontent { height: 100%; margin: 0; padding: 0; }
	
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }

#centered {
	position: absolute;
	top: 50%;
	left: 50%;
}

#content {
	width: 990px;
	height: 990px;
	position: absolute;
	left: -495px;
	top: -495px;
}


a img { border: none; }

/* ------------------------------------------------------------- */
