* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial,Helvetica,sans-serif;
	width: 100%;
	height: 100%;
	background:#000000;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width:800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(images/wrap.png) repeat-y;
}
#c{clear:both;}
.logo{text-align:center; margin:10px 0;}
.logo2{text-align:center; margin:10px 0;}
.text{color:#fff; font-weight:regular; font-size:14px; text-align:center; margin:10px 0; float:left; display:block; width:400px;}
.enter{text-align:center; padding:20px 0;}
.enter img{margin-right:30px;}
.enter a{color:#ff0006; font-weight:bold; font-size:36px; text-decoration:none; }
