body{
	background-color: #EAEEBE;
	background-image: url('../img/starbrit.jpg');
	font-family: arial;
	font-size: 14px;
}

div#container{
	width: 98%; 
	height: 90%;
	position: absolute;
}

div#colortest{
	position: relative;
	background: url('../img/colortest.jpg');
	margin-top: 40px;
	width: 640px;
	height: 480px;
}

a.menu{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	font-family: arial black;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a#news{
	top: 160px;
	left: -170px;
	color: black;
}
a#artists{
	top: 110px;
	left: -105px;
	color: black;
}
a#releases{
	top: 57px;
	left: -40px;
	color: black;
}
a#store{
	top: 8px;
	left: 35px;
	color: white;
}
a#contact{
	top: -42px;
	left: 105px;
	color: white;
}
a#albumdownload{
	top: -92px;
	left: 170px;
	color: white;
}

