body {
	background-image: url('images/bg4.jpg');
	background-color: #E0F2F7;
	background-repeat: no-repeat; 
	background-position:center top; 
	background-attachment: fixed; 
	background-size: 100%; 
	color: #000; 
	text-shadow: 2px 2px 3px #FFF; 
	font-family: trebuchet ms, helvetica, impact, sans-serif;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #00F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00A;
}
#content {
	width: 750px;
	margin: 0px auto;
	text-align: left;
}