/*
	@author	Chris Rush
	@file		styles.css
	---
	Global stylesheet
*/

@import "reset.css";	/* Import our global reset */

html {
	position: relative;
	background: #030508 url(../images/bgMain.png) repeat-x;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	background: url(../images/splash.png) no-repeat top center;
}

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

a:hover {
	text-decoration: underline;
	color: #2277cc;
}

.clear {
	clear: both;
}

div.imagePreload {
	display: none;
}

div.container {
	position: relative;
	height: 100%;
}

