@charset "utf-8";

img {

	border: none;

	}

body {
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

/* CSS Document */

#holder {
	height: 506px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/splash-bg.jpg);
}
#logo {
	height: 135px;
	width: 280px;
	padding-top: 48px;
	margin-right: auto;
	margin-left: auto;
}
#text {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: 145px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#enter {
	float: left;
	height: 27px;
	width: 81px;
	padding-left: 287px;
}
#exit {
	float: left;
	height: 27px;
	width: 81px;
	padding-left: 31px;
}
#text2{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	height: 145px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
