/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

body {
	background: #000;
	-webkit-user-select: none;
	font: 12px "Lucida Grande";
	text-align: center;
}

#logo {
	background: url(../images/logo.png) no-repeat 50%;
	position: relative;
 	width: 720px;
	height:  200px;
	margin: auto;
}

#subheading {
	color: #7b7b7b;
 	width: 720px;
	margin: auto;
}

#collider {
	background: url(../images/collider.png) no-repeat;
	display: inline-block;
	position: relative;
 	width: 660px;
 	margin-left: 60px;
	height:  370px;
	top: 20px;
}
