/*
Copyright: www.queendesires.com
Design by tekno23@ymail.com
*/

#page {
	background: none;
}

#splashPic {
	text-align: center;
}

#splashPic img{
	margin: 0 auto 20px auto;
}

#splashContent {
	position: relative;
	left: 50%;
	width: 60%;
	margin-left: -30%;
	text-align: left;
	background-color: black;
}

#splashContent h1,h2 {
	text-align: center;
}

#splashContent ul {
	margin-left:20px;
}

#EnterExit {
	margin-bottom: 10px;
}

#EnterExit a {
	border: none;
	text-decoration: none;
}

#EnterExit #Enter {
	float: left;
}

#EnterExit #Exit {
	float: right;
}

