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

body {
	background:#177CCC;
	font-family:Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0px 0px;
	}
a {
	color:#999;
	text-decoration:none;
	}
a:hover {
	color:#fff;
	}
	
#container {
	width:1050px;
	margin:auto;
	background:#177CCC;
	}
	


#spacer {
    width:1050px;
    height:30px;
	background:#177CCC;
	}

	
