body {
	background-color: #001254;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}

.header {
}

.title {
	color: #ffffff;
	font-size: 26px;
	margin-top: 70px;
	margin-left: 185px;
	width: 40%;
	float: left;
}

.userInfo {
	float: right;
	color: #ffffff;
	font-size: 15px;
	margin-top: 40px;
	margin-left:50px;
	margin-right:80px;
	width: 20%;
}

.footer {
	color: #ffffff;
}

.container {
	width: 1100px;
	height: 400px;
	position: absolute;
	left:30;
	top: 0;
	bottom:50;
	right: 0;
	margin: auto;
}

.box a, a:visited {
	float: left;
	width: 300px;
	height: 140px;
	border: 5px solid #001254;
	margin: 0 -5px -5px 0;
	position:relative;
	text-align:left;
	vertical-align:bottom;
	line-height:250px;
	color: #ffffff;
	font-size: 20px;
	display: block;
	padding-left:15px;
	text-decoration:none;
}

.box a:hover {
	z-index: 9;
	border: 5px solid #000000;
}
