body {
	background: black url(images/rdink.png) no-repeat center 10px;
}

#canvas {
	width: 100%;
		
}

#content {
	width: 800px;
	margin-top: 400px;
	margin-left: auto;
	margin-right: auto;
}

#explination {
	width: 267px;
	float: left;
	border-left: 1px dashed white;
}

#explination p {
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px 15px 10px 15px;
}

#explination a {
	color: #98d9e9;
}

#links {
	float: left;
	clear: right;
	width: 532px;
	height: 33px;
	border-bottom: 1px dashed #98d9e9;
}

#links a {
	
	float: left;
	width: 161px;
	height: 100%;
	text-decoration: none;
	
	color: #98d9e9;
	padding-left: 15px;
	border-left: 1px dashed #98d9e9;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#links a:hover, #explination a:hover {
	color: black;
	background-color: #98d9e9;
}

.bold {
	font-weight: bolder;
}

hr {
	width: 200px;
	border: 1px dashed black;
	margin-top: 17px;
}