/* CSS Document */
body, html {
	margin:auto 0;
	padding:0;
	width:100%;
	height:100%;
	background:#515176;
}
.head {
	position:relative;
	width:100%;
	height:120px;
	background:#2B2354;
}
.cont {
	position:relative;
	width:100%;
	height:330px;
	background:#fff;
}
.foot {
	position:relative;
	width:100%;
	height:12px;
	background:#A8A4C4;
	color:#fff;
	font-weight:bold}
	
a:link, a:visited { 
	text-decoration:none;
	color:#fff;
}
