body{
	height:100%;
	width:95%;
	/* overflow-y: scroll; */
 	background:url(../img/bg0424.jpg) no-repeat fixed center;
	background-size:cover; 
}

#main-box{
    width: 600px;
    height: 400px;
    position: absolute;
    background: url(../img/main-box.png);
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    border-top-color: rgb(224, 224, 224);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(224, 224, 224);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(224, 224, 224);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(224, 224, 224);
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

hr{
	margin-top: 60px;
	width: 580px;
}

h1{
	font-size: 36px;
}

a{
	border-radius: 3px;
	background: url(../img/main-box.png);
	margin:0 auto;
	display: block;
	width: 520px;
	height: 32px;
	line-height: 30px;
	color: #5097F7;
	font-weight: bold;
}

a:link { text-decoration: none;}
a:active { text-decoration:none;}
a:hover { 
	text-decoration:none;
	text-shadow: 1px 1px 1px #333;
	font-weight: bold;
} 
a:visited { text-decoration: none;}

#login_logo{
	margin-bottom: 20px;
	height: 45px;
	text-align: center;
}

#enter_box{
	margin-top: 20px;
	height: 200px;
	text-align: center;
}