body{
	text-align: center;
	font-family: verdana;
	background-color: #184d8f;
}
#main{
	margin: auto;
	width: 730px;
	height: 460px;
	background-image: url("shape.png");
}
#header{
	margin: auto;
	width: 730px;
	height: 90px;
	text-align: right;
}
.text{
	margin: auto;
	width: 700px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	font-size: 20px;
}

a:link{
	color: #0000CC;
	text-decoration: none;	
}
a:visited{
	color: #0000CC;
	text-decoration: none;	
}
a:active{
	color: #0000CC;
	text-decoration: none;	
}
a:hover{
	color: #78a5dc;
	text-decoration: underline;	
}
