body
{
	font-family:verdana;
	background-color:black	;
	width:100%;
	margin:auto;
}


#body
{
	font-family:verdana;
	width:100%;
	height:100%;
}

#header
{
	font-family:verdana;
	margin-top:100px;

}

#login
{
	font-family:verdana;
	background-image:url("../images/login.png");
	background-repeat:no-repeat;
	width:480px;
	max-width:480px;
	height:410px;
	max-height:410px;
	margin-top:30px;
	margin-bottom:auto; 
}

#loginform
{
	font-family:verdana;
	position: absolute;
	padding-top:100px;
	width:400px;
	max-width:400px;
	height:400px;
	max-height:400px;
	color:white;
	margin:auto;
	padding-left:40px;
}

#footer
{
	font-family:verdana;
	position: fixed;
	background-image:url("../images/footerbar.png");
	bottom:0;
	width:100%;
	max-width:100%;
	height:56px;
	max-height:56px;
	
}
