*{ margin: 0px; padding: 0px;}
html{ height:100%;}
body{
	height: 100%;
}
#main{
	width: 100%;
	height: 100%;
	background: url(login.jpg) no-repeat center fixed;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
}
#content{ display: none; color:#FFF; line-height: 150%; padding-left: 200px;}
#login_right{ z-index: 999; position: fixed; width:450px; right:0px; background: #FFF; height: 100%; }
#form_box{ display: none; overflow: hidden; width:300px; margin-left: 75px;}
