/***********************************************************
 Global Reset
************************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img { border: 0 }
legend { display: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
ul { list-style: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: '' }
a { text-decoration: none }
strong { font-weight: bold }
em { font-style: italic }
* a { position: relative }
a img { border: none }
* { outline: none; }
form { display: inline; }


/***********************************************************
 Defaults
************************************************************/

html {
	font-size: 62.5%;
	font-weight: normal;
	font-family: "Arial", Tahoma, Verdana, Arial, sans-serif;
}


body {
	margin: 0 auto; 
	padding: 0;
	color: #ccc;
	font-family: "Arial", sans-serif;
	font-size: 1.2em;
	background: #000;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #98d62e;
}



/***********************************************************
 Site
************************************************************/
#preload {
	width: 0;
	height: 0;
	background: url('splash_on.gif');
}


#container {
	margin: 15% auto;
	width: 500px;
	text-align: center;
}

	#container img {
		margin: 0 0 0 -75px;
	}
	
	#container p {
		margin: 20px 0 0 0;
	}
