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

*{
	margin:0;
	padding:0;
	}
li{
	list-style-type:none;
	}
img{
	border:none;
	}
body{
	background-color:#fff;
	}
.layout{
	width:1080px;
	height:680px;
	margin:0 auto;
	background:#20236a url(bg.jpg) no-repeat center;
	overflow:hidden;
    position: relative;
    font-family: Microsoft Yahei;
	}
.logo img,.title img{
	display:block;
	}
.logo{
    position: absolute;
	overflow:hidden;
	left:490px;
	top:138px;
	}

.login{
    position: absolute;
    right: 45px;
    top: 192px;
    width: 350px;
    height: 348px;
    background: url(bg_login.png) repeat;
}
.login_box{
    width: 326px;
    margin: 12px auto 0;
}
.foot{
	width:100%;
	clear:both;
	height:60px;
	color:#fff;
	text-align:center;
	line-height:60px;
	font-family:"宋体";
	font-size:12px;
    letter-spacing: 6px;
    position: absolute;
    bottom: 16px;
    left: 0;
	}
.foot a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
