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

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("../images/login_bg_top.jpg");
	/*background-repeat:repeat-y;*/
	background-repeat:repeat-x;
	margin-left:50%;
	margin:auto;
}
img{
	border:0px;
}
#header{
	width:950px;
	margin-left:50%;
	margin:auto;
	height:100px;
	color:#139CDD;
	text-align:left;
}
#logo{
	font-size:36px;
	font-weight:bolder;
}
#navigator{
	font-size:24px;
	font-weight:bold;
}
#upper{
	margin-left:50%;
	margin:auto;
	width:950px;
}
#bottom{
	margin-left:50%;
	margin:auto;
	width:950px;
}
#footer{
	background-repeat:repeat-x;
	width:100%;
	height:129px;
	vertical-align:middle;
}
a{
	color:#3587CB;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
