/* CSS Document */

html
{
	_height: 100%;
}

body
{
	background-image: url(images/intro_bg.jpg);
	margin: 0;
}

#container
{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -1;
}

#splash
{
	text-align: center;
	height: 100%;
	width: 100%;
}

h1 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #656565;
}

p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link, a:visited {
	color: #9EA615;
} 

a:active, a:hover {
	color: #777777;
}