body {
	text-align: centre;
}

#container {
	background: #ffffff;
	width: 960px;
	text-align: left;
}

#menu {
	float: left;
	width: 150px;
	margin-right: 10px;
}

#content {
	float: left;
	width: 800px;
	font-family: Arial;
	color: #530e00; 
	font-size: 18px;
}
a {
	color: #f5929e;
}
a:hover {
	color: #471264;
	text-decoration: underline;
}
.center {
	text-align: center;
}