﻿html, body {
	background:black;
	margin:0px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	margin:5px 10px 0px 10px;
}
a {
	font-weight:bold;
	color:white;
	text-decoration:none;
}

a:visited {
	color:silver;
}

a:hover {
	color:#E4E4E4;
}
.root {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	width:900px;
	height:700px;
	margin:0px auto 0px auto;
}
.contents {
	position:relative;
}
.header {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:100px;
	background:url(images/header.jpg);
}
.body {
	position:absolute;
	left:0px;
	top:100px;
	width:900px;
	height:600px;
	background:url(images/body.jpg);
}
.footer {
	position:absolute;
	left:0px;
	top:670px;
	height:30px;
	width:900px;

}
.transparency {
	background:black;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
.username {
	position:absolute;
	left:514px;
	top:53px;
	width:112px;
	height:21px;
	background:transparent;
	border:0px;
	color:#EBA276;
	text-align:center;
}
.password {
	position:absolute;
	left:653px;
	top:53px;
	width:112px;
	height:21px;
	background:transparent;
	border:0px;
	color:#EBA276;
	text-align:center;
}
.sign_up {
	position:absolute;
	left:92px;
	top:520px;
	width:549px;
	height:90px;
	background:url(images/sign_up.jpg);
	z-index:10;
}
.login{
	position:absolute;
	left:781px;
	top:28px;
	width:108px;
	height:41px;
	border:0px;
	background:url(images/login.jpg);
}
.forgot_password{
	position:absolute;
	left:781px;
	top:70px;
	font-size:9px;
	width:108px;
	height:41px;
}
