body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}
html, body {
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #646464;
}
#main_container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/splash_screen/main_bg.png);
	background-repeat: no-repeat;
	height: 720px;
	position: relative;
}
#main_content {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
}
#content_body {
	width: 385px;
	background-image: url(../img/splash_screen/content_bg.png);
	background-repeat: repeat;
	background-position: center center;
	text-align: center;
	color: #FFF;
	padding: 20px;
}
input {
	padding-top: 5px;
	padding-bottom: 5px;
}
#email {
	width: 300px;
}
#captcha {
	width: 145px;
}
#submitCaptcha {
	display: none;
}

.message {
	color: #F00;	
}
label {
	padding-right: 10px;
}

img {
	border: 0;	
}

.submit {
	padding-top: 10px;
}

#admin_login {
	position: absolute;
	right: 0;
	padding-top: 10px;
	padding-right: 10px;
}

#admin_login a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;	
}
#admin_login a:hover {
	text-decoration: underline;	
}
