body {
	margin:0 auto;
	background:#fff url(bg.gif) repeat-x;
	color:#666;
}

div {
	margin:0 auto;
	width:745px;
	height:600px;
	font:8pt Tahoma;
}

ul {
	width:745px;
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}

li {
	display:inline;
	margin:15px 50px;
}

p.center {
	text-align:center;
	margin-top:75px;
}

a:link, a:active, a:visited {
	color:#666;
	text-decoration:underline;
}

a:hover {
	color:#666;
	text-decoration:none;
}