* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	height: 100%;
}
html {
	font: 13px/18px "Trebuchet MS", "Times New Roman", Arial;	
	background: url(../images/back.jpg) no-repeat center 10px;
}

img {
	border: none;
}

.warning {
	text-align: center;
	color: #F7410F;
	font-size: 22px;
	position: relative;
	top: -200px;
	background: #5F6778;
	padding: 10px;
	border: 2px solid #000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	margin: 0 30px;
	font-family: Verdana;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

#wrapper {
	width: 678px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px;
}
	#wrapper div {
		padding: 150px 0 0 0;
	}

	.enter {
		width: 100px; height: 50px;
		border: 0px solid #000000;
		margin: 0 auto;
		display: block;
		text-indent: -5000px;
	}
	
	.info {
		padding: 155px 0 0 0;
		width: 500px; 
		margin: 0 auto; 
		border: 0px solid black; 
		text-align: justify;
	}
	
	a {
		color: #0033FF;
	}
	a:hover {
		color: #101240;
	}
	
.pusher {
	height: 95px;
	clear: both;
	padding: 0 !important;
}	
	#copyright {
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: center;
		padding: 14px 0 0 0;
		width: 370px;
		margin: 0 auto;
		height: 65px;
		background: url(../images/copy.jpg) no-repeat 0 0;
	}

.clear {
	clear: both;
}
.hide{
	text-indent: -5000px;
	font-size: 0.00001em;
	line-height: 0.00001em;
}
