/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #807f7f;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
ul {
	list-style: none;
}
/* page holder ****************************************************************/
.container {
	width:798px;
	overflow: hidden;
	margin: 0 auto;
}
.container h1 {
	padding: 34px 0 0;
}
.container h1 img {
	display: block;
	margin: 0 auto;
}
.container .warning-box {
	height: 250px;
	background: #171717;
	padding: 10px 0 0 10px;
	margin: 20px 0 0;
}
.container .warning-box p {
	width: 767px;
	overflow: auto;
	height: 240px;
	text-align: justify;
	padding: 0 10px 0 0;
}
.container .warn {
	width: 100%;
	margin: 28px 0 0;
	overflow: hidden;
}
.container .warn h2{
	color: #ff1e13;
	font-size: 58px;
	line-height: 62px;
	text-transform: uppercase;
	letter-spacing: -1px;
	float: left;
	width: 415px;
	text-align: right;
}
.container .warn p {
	padding: 8px 0 0 27px;
	float: left;
	width: 280px;
	color: #afafaf;
	font-size: 14px;
	line-height: 24px;
}
.container .warn p a {
	color: #6ba800;
	text-decoration: none;
}
.container .warn p a:hover {
	text-decoration: underline;
}
.select {
	padding: 22px 0 0;
	width: 100%;
	overflow: hidden;
}
.select .exit {
	float: left;
	padding: 15px 0 0 24px;
	color: #545454;
	font-size: 18px;
	line-height: 34px;
}
.select .exit a {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
}
.select a:hover {
	color: #7e7e7e;
}
.select .enter {
	float: right;
	color: #6ba800;
	font-size: 30px;
	line-height: 52px;
}
.select .enter a {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: bold;
	color: #6ba800;
	text-decoration: none;
}
.select .enter a:hover {
	color: #81c805;
}
.footer {
	text-align: center;
	margin: 58px 0 0;
	color: #939393;
	font-size: 11px;
	line-height: 20px;
}
.footer p a {
	color: #1ea1de;
	text-decoration: none;
}
.footer p a:hover {
	text-decoration: underline;
}
