@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	color: 000000;
	background: url(images/background.jpg) top center repeat-x;
	font-family:Optima, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header {
	width: 606px;
	height: 346px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #08a1d7;
	font-weight:bold;
	text-decoration: none;	
}

a:visited {
color: #08a1d7;
	font-weight:bold;
	text-decoration: none;	

}

a:hover {
color: #08a1d7;
	font-weight:bold;
	text-decoration: underline;	

}

a:active {
color: #08a1d7;
	font-weight:bold;
	text-decoration: none;	

}

#footer {
	font-size:10px;

}
