﻿body {
	background-color: #000000;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/splash/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
body, html {
	height: 100%;
	margin: 0px auto;
}
img {
	border-style:none;
}
.enterButton {
	border-style: none;
	z-index:10;
	position:relative;
}
#title {
	text-align: center;
	position:relative;	
}
h1 {
	padding: 0px;
	margin: 0px auto;
	width: 277px;
	height: 85px;
	text-indent: -90000px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index:10;
	position:relative;
}
.decoration {
	height: 29px;
	width: 100%;
	background-image: url(../images/decoration.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px 0px 20px 0px;
	z-index:10;
	position:relative;
}
h2 {
	margin: 10px auto 75px auto;
	width: 220px;
	height: 29px;
	text-indent: -90000px;
	background-image: url(../images/subtitle.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
	visibility: hidden;
}
#shade {
	position:absolute;
	left:75px;
	top:-95px;
	z-index:5;
}

