/*	RED: #FF0099
	GREEN: #1AFF00
	DARK GREY: #262626
	DARKER GRAY: #3D3D3D
	GRAY: #707070
	LIGHTER GRAY: #8A8A8A
	LIGHTER GRAY: #D4D4D4
*/

* {	margin: 0;
	
	padding: 0;
	
	background-color: transparent;

}

html { 
	
	background-color: #000;
	
	font-size:100%;/*Jon Tan*/

	font-family: 'Andale Mono', sans-serif;
	
	border: 0px dotted red;
	
	border-style: none;
	
	}
	
body {

	font-size: 1em;/*Jon Tan*/

	height: 100%;
	
	font: 'Andale Mono', sans-serif;
	
	}
	
#container {

	background-image: url("../images/_assets/intro.gif");
	
	background-position: center;
	
	background-color: transparent;

	background-attachment: fixed;
	
	background-repeat: no-repeat;
	
	width: 99.8%;

	height: 100%;

	/*border: 1px solid black; */
	
	border-style: none;
	
	overflow: hidden;
	}
	
#container img { border-style: none; background-color: transparent;}
	
img a { border: 1px solid black; border-style: none; }

a { border: 0px solid black; border-style: none;}
	
<!--[if IE]>

<STYLE type="text/css">

#container { position: relative; }

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

#content { position: relative; top: -50%; }

</STYLE>
<![endif]-->


/*Do not Alter these. Set for alignment*/
.css1{
position:absolute;top:0px;left:0px;
width:16px;height:16px;
font-family:Arial,sans-serif;
font-size:16px;
text-align:center;
font-weight:bold;
}
.css2{
position:absolute;top:0px;left:0px;
width:10px;height:10px;
font-family:Arial,sans-serif;
font-size:10px;
text-align:center;
}




