
#border
{
	border: 10px solid #ffffff;
	width: 600px;
	height: 400px;
	background: black;
}
#controls
{
	width: 600px;
	text-align: center;	
}
a:link, a:visited
{
	text-decoration: none;
	color: #336699;	
}
a:hover
{
	color: black;
}
