@charset "utf-8";

body {
	background-image: url(../images/bg_1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #303A77;
}
#contentarea {
	width: 850px;
	height: 400px;

}
#footer {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC33;
	text-align: center;
	width: 850px;
}


a:link {
	color: #FF9900;
	font-size: 12px;
}

a:visited {
	color: #FF0000;
	font-size: 12px;
}
a:active {
	color: #00FF00;
	font-size: 12px;
}

a:hover {
	color: #FF6600;
	font-size: 12px;
}

