/* splash.css */
 
html {
	background-color: #0F0F0F;
}
body {
	background: #000 url(../img/splash/bg.jpg) scroll repeat-x center top;
}
h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
body div#main {
	padding-top: 140px;
	padding-bottom: 150px;
	text-align: center;
	line-height: 100%;
}
.menu {
	margin-top: 60px;
}
