/* main */

body {
	background: #212325;
}

.centered {
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	margin: auto;
}

/* container */

#container {
}

/* wrapper */

#wrapper-shadow {
	width: 1030px;
	height: 100%;
}

#wrapper-shadow .background {
	background-color: #ffffff;
}

#wrapper {
	width: 1020px;
}

/* body */

#one {
	background: url(/images/warning_01.png) no-repeat;
	width: 1020px;
	height: 32px;
}

#two {
	background: url(/images/warning_02.png) no-repeat;
	width: 1020px;
	height: 94px;
}

#three {
	background: url(/images/warning_03.png) no-repeat;
	width: 1020px;
	height: 104px;
}

#four {
	background: url(/images/warning_04.png) no-repeat;
	width: 1020px;
	height: 85px;
}

#five {
	background: url(/images/warning_05.png) no-repeat;
	width: 1020px;
	height: 116px;
}

#six {
	background: url(/images/warning_06.png) no-repeat;
	width: 1020px;
	height: 57px;
}

#seven {
	background: url(/images/warning_07.png) no-repeat;
	width: 1020px;
	height: 354px;
}

#eight {
	background: url(/images/warning_08.png) no-repeat;
	width: 1020px;
	height: 18px;
}

#nine {
	background: url(/images/warning_09.png) no-repeat;
	width: 1020px;
	height: 85px;
}

#ten {
	background: url(/images/warning_10.png) no-repeat;
	width: 1020px;
	height: 42px;
}

#terms {
	width: 825px;
	height: 350px;
	padding-top: 1px;
	margin-left: 88px;
	color: #ffffff;
	font-size: small;
	font-family: arial;
}

#buttons {
	width: 600px;
	height: 85px;
	text-align: center;
	margin-left: 205px;
}

#buttons .enter a {
	float: left;
	width: 199px;
	height: 85px;
	background: url(/images/enter.gif) no-repeat;
}

#buttons .enter a:hover {
	float: left;
	width: 199px;
	height: 85px;
	background: url(/images/enter_h.gif) no-repeat;
}

#buttons .exit a {
	float: right;
	width: 199px;
	height: 85px;
	background: url(/images/exit.gif) no-repeat;
}

#buttons .exit a:hover {
	float: right;
	width: 199px;
	height: 85px;
	background: url(/images/exit_h.gif) no-repeat;
}

/*footer*/

#footerone {
	background: url(/images/warning_footer_01.png) no-repeat;
	width: 1020px;
	height: 43px;
}

#footerone .flinks {
	padding-top: 2px;
	color: #ffffff;
	font-family: arial;
	font-size: small;
	text-align: left;
}

#footerone .flinks ul a {
	color: #ffffff;
	text-decoration: none;
}

#footerone .flinks ul a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerone .flinks ul li {
	display: inline;
	padding: 6px;
}

#copyright {
	font-family: arial;
	font-size: x-small;
	color: #cccccc;
}
