html, body{
	margin:0;
	padding:0;
   background:url(../images/homepage/homepage_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	font:11px Arial, Helvetica, sans-serif}
a{
	color:#1A5980;
	text-decoration: underline;
}
a:hover{
	color:#07335F;
}
.header {
   background:url(../images/homepage/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 856px;
	height: 222px;
	margin:0 auto;
}
.flash {
	width: 920px;
	height: 420px;
	margin:0 auto;
}
.footer {
	width: 895px;
	height: 228px;
	margin:0 auto;
	background:url(../images/homepage/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.designed {
	padding-top: 8px;
	padding-bottom: 8px;
	margin:0 auto;
	text-align: center;
}
.designed a {
	color: #B1C6B1;
	font-size: 10px;
	text-decoration: none;
}
.designed a:hover {
	color: #6FA5B9;
	font-size: 10px;
	text-decoration: none;
}
