body{
	background-color: #333333;
	color: #999999;
	background-image: none;
}

#login{
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

#login label{
	margin-bottom: 10px;
	font-size: 20px;
}

#email, #password, #submit{
	margin-bottom: 10px;
	font-size: 20px;
}


#loginImg{
	width:320px;
	height: 125px;
}

#loginImg img{
	position: absolute;
	top: 0; left: 0;
}