body {
	color:#A5A5E7;
	background-color:#142446;
	background-image: url("../images/pattern.jpg");

}

a:link { font-weight:bold; color:silver; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:yellow; text-decoration:underline; }
a:hover { font-weight:bold; color:white; text-decoration:none; }
a:active { font-weight:bold; color:#AABBCC; text-decoration:underline; }

a img {
	border: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation {
	position: absolute;
	top: 130px;
	left: 60px;
}

#player {
	position: absolute;
	top: 50px;
	left: 30px;
}

#content {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 600px;
}

