@charset 'UTF-8';

body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

img, img a {
	border: none;
}

#container {
	margin: 0px auto;
	width: 525px;
	height: 100%;
}

#splash {
	margin: 100px 0px 0px 0px;
	width: 525px;
	height: 400px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	outline: none;
}

a:focus { -moz-outline-style: none; } /* FIREFOX HACK */
