@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #444444;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

a {
	color: #4459c3;
	text-decoration: none;
}

a:hover {
	color: #c8274d;
}

#splash {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-image: url(images/splash/splash_border.png);
	background-color: #fff;
	background-repeat: no-repeat;
	height: 600px;
}
