*{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: none;
	color: #02235b;
}
body{
	width: 100%;
	height: 100%;
	background-color: #2b91c9;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(big_back.jpg);
}
a{
	text-decoration: none;
}
.cont{
	width: 943px;
	height: 710px;	
	margin: 0px auto;
	position: relative;		
}
.top{
	width: 100%;
	height: 70px;
}