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

html, body {
	height: 100%;
	background: #fff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 11px;
	font-stretch: expanded;
	text-align: left;
	height: 100%;
}

#spacer {
	width: 100%;
	height: 50%;
}

#start {
	margin-top: -170px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 300px;
	background: url(../assets/start_bg.gif) center left no-repeat;
}

#footer {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
	color: #111;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

