body { 

	background-image: url(../images/bg.jpg); 
	background-repeat: no-repeat; 
	background-position: top center; 
	background-color: #c5efec; 
	margin:0; 
	padding: 0px;
	color: #0f788c;
	font-size: 16px;
	font-family: "rooney-web",sans-serif;
}

a {
	color: #0f788c;
	text-decoration: underline;
	font-weight: bold;
}

#container {
	padding-top: 40px;
	text-align:left; 
	margin:auto;
	width: 610px;
}