body.login {
	background-color: #061921;
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: top center;
  height:100%;
  height:auto;
  min-height:100%;
}

#login-container {
	width:auto;
	margin:0px auto;
	height:auto;
	padding:85px 0px 85px 0px;
}

#login-big-box {
	background-color:#fbfbfb;
	width:600px;
	height:auto;
	margin:0px auto;	
  	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:30px 0px 30px 0px;
}

#login {
	padding-top:0px;
	margin-top:0px;
}