@charset "UTF-8";
body, html {
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	text-align:center;
	vertical-align:top;
	height:100%;
	color:#20295c;
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
a{
	text-decoration:none;
	color:#20295c;
}
.wrapper{
	width:950px;
	height:100%;
}
a:hover{
	color:#F00;
}
.index{
	text-align:center;
	vertical-align:middle;
}