body {
	margin: 0;
	text-align: center;
	background-image: url(../bgDemo.jpg);
	font-family: Century Gothic, Arial, serif; 
	font-size: 18px;
	color: #003263; 
}

h1 {
	font-size: 24px;
}

a { 
	text-decoration: none;
	color: #003263; 
}

a:hover { 
	text-decoration: underline; 
}

#page {
	width: 950px;
	height: 550px;
	padding: 5px;
	margin: 40px auto;
	background-color: white;
}
