@charset "utf-8";
/* CSS Document */

body {
		background-color:#0a2873;
		background-image:url(../images/bg.jpg);
		background-position:top center;
		background-repeat:no-repeat;
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:22px;
		margin:0px;
		padding:0px;
		}
		
a {
	outline:none;
	}		
		
#wrapper {
		width:997px;
		min-height:500px;
		margin:0px auto;
		padding:0px;
		}
		
#login {
		width:520px;
		height:150px;
		margin:0px auto;
		padding-top:400px;
		}	
		
.text_box {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		letter-spacing:1px;
		font-weight:bold;
		padding-left:5px;
		color:#666666;
		}		
		
#pro {
		width:700px;
		height:550px;
		background-color:#F5F5F5;
		border:solid 5px #666666;
		border-top:none;
		position:absolute;
		top:0;
		left:23%;
		}					
		