body	{
	margin: 30px 0px;
	background: #5e5e5e url(../images/gradback.jpg) repeat-x;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #ccc;
	text-align: center;
	}

a	{
	color: #ff1509;
	text-decoration: none;
	}

a:hover	{
	color: #fff;
	text-decoration: underline;
	}
	
div#container	{
	text-align: left;
	width: 636px;
	margin: 0px auto;
	background: url(../images/main_bg.jpg) repeat-y;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	}

div#jscheck	{
	position: absolute;
	top: 250px;
	margin-left: 15px;
	background: #9a1325;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px;
	width: 250px;
	}
	
div#header	{
	height: 62px;
	display: block;
	background: url(../images/header_bg.gif) no-repeat;
	}
	
div#maincontain	{
	background: url(../images/content_bg.jpg) no-repeat;
	}
	
div#warncontain	{
	float: right;
	width: 320px;
	}
	
div#warning	{
	background: url(../images/warning.gif) no-repeat;
	width: 320px;
	height: 149px;
	}

div#warnbox	{
	width: 300px;
	height: 200px;
	margin: 10px 0px;
	overflow: auto;
	padding: 0px 5px;
	border: 1px solid #ccc;
	}

div#warnbox p	{
	font-size: 11px;
	margin: 5px 0px 10px;
	color: #fff;
	}

div#warncontain h2	{
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	}

div#buttons	{
	overflow: hidden;
	width: 320px;
	text-align: center;
	}

div#buttons a	{
	width: 150px;
	padding: 15px 0px;
	text-decoration: none;
	color: #ff1509;
	font-size: 20px;
	font-weight: bold;
	}

div#buttons a:hover	{
	background: #380400;
	color: #fff;
	}

div#buttons a.enter	{
	float: right;
	margin-right: 5px;
	}
	
div#buttons a.leave	{
	float: left;
	}

p.lastp	{
	margin-right: 5px;
	}

p.legaltext	{
	font-size: 10px;
	text-align: justify;
	margin-right: 10px;
	}
	
div#footer	{
	text-align: center;
	clear: both;
	padding: 15px 0px;
	}