/****************************************
 * Collision Hosting
 ****************************************/
body {
	background:#000;
	color:#222;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1;
	margin:0;
	padding:0;
	border:none;
	outline:none;
}

#wrap {
	width:600px;
	margin:80px auto;
	padding:0;
}

#header {
	background:url(../images/top.png) top center no-repeat;
	width:600px;
	height:180px;
	float:left;
}

#header a {
	display:block;
	width:410px;
	height:68px;
	margin:38px auto;
}

#header a span {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

#content {
	background:#00253a url(../images/middle.png) top center repeat-y;
	width:540px;
	float:left;
	margin:0;
	padding:0 30px 0 30px;
}

#content h1 {
	color:#9858a3;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 30px 0;
}

#content p {
	color:#ebebeb;
	font-size:14px;
	line-height:18px;
	text-align:center;
	margin:0 0 22px 0;
}

#content p.intro {
	font-size:16px;
}

#content p.left {
	text-align:left;
}

#footer {
	background:url(../images/bottom.png) bottom center no-repeat;
	width:600px;
	height:22px;
	float:left;
	margin:0 0 60px 0;
	padding:0;
}

a, a:visited, a:link {
	color:#0b61c9;
	border:none;
	text-decoration:none;
}

a:hover, a:active {
	color:#9858a3;
}