
body
{
	text-align: center; /* centers the page */
	background-color: #444444;
	margin: 0px 0px;
	font-size: 12px;
}


#page
{
	width: 760px;
	height: 650px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	margin: 0px auto; /* centers the page */
	color: #ffcc99;
	background-image: url(images/bg.jpg);
	background-position: top center;
	text-align: left;
}

a 
{ 
	color: #ffffff;
}







