/* CSS Document */
body {
	background-image: url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#08a6db;
	margin:0;
	padding:0;
}

a:link,a:visited {
	color:#000;
}

a:hover, a:active {
	color:#fff;
}

#header {
	margin:0 auto;
	width:900px;
	height:270px;
	margin-top:10px;

}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:657px;
	height:200px;
	margin-left:121px;
	margin-top:10px;
}

#content {
	margin:0 auto;
	width:900px;
	margin-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;

}

.footer {
	font-size:12px;
	text-align:center;
}