body {
	background:#e6e6e6;
	font-family:sans-serif;
	color:#444444;
	font-size:15px;
	padding:0px;
	margin:0px;
}
.message {
	color:#c2c2c2;
        position:absolute;
        bottom:0px;
        left:160px;
        width:610px;
	border:0px;
        padding:0px;
        margin:0px;
	text-transform:lowercase;
}
.message a {
	color:#a0a0a0;
	text-decoration:none;
}
.menu {
	position:fixed;
	left:0px;
	top:0px;
	width:160px;
	height:160px;
}
.menu span {
	position:absolute;
	width:50px;
	height:50px;
	border:0px;
	padding:0px;
	margin:0px;
	display:block;
}
.menu img {
	width:50px;
	height:50px;
	border:0px;
	padding:0px;
	margin:0px;
}
#tunes_m {
	top:50px;
	left:105px;
	background:#ffcc00;
}
#tunes_m:hover,#tunes_m:focus,#tunes_m:active {
	background:#ddaa00;
}
#mixes_m {
	top:105px;
	left:105px;
	background:#ffcc00;
}
#mixes_m:hover,#mixes_m:focus,#mixes_m:active {
	background:#ddaa00;
}
#box_m {
	top:105px;
	left:50px;
	background:#ffcc00;
}
#box_m:hover,#box_m:focus, #box_m:active {
	background:#ddaa00;
}
#things_m {
	top:50px;
	left:50px;
	background:#c2c2c2;
}
#things_m:hover, #things_m:focus, #things_m:active {
	background:#a2a2a2;
}
.tunes img {
	border:0px;
	padding:0px;
	margin:0px;
	width:50px;
	height:50px;	
}
.tunes span {
	position:absolute;
	width:50px;
	height:50px;
	border:0px;
	background-color:#c2c2c2;
}
.tunes span:hover, .tunes span:focus, .tunes span:active {
	background:#a2a2a2;
}
#tune1 {
	left:160px;
	top:50px;
}
#tune2 {
	left:215px;
	top:50px;
}
#tune3 {
	left:270px;
	top:50px;
}
#tune4 {
	left:215px;
	top:105px;
}
#tune5 {
	left:270px;
	top:105px;
}
#tune6 {
	left:160px;
	top:160px;
}
#tune7 {
	left:270px;
	top:160px;
}
.things img {
	border:0px;
	padding:0px;
	margin:0px;
	width:50px;
	height:50px;	
}
.things span {
	position:absolute;
	width:50px;
	height:50px;
	border:0px;
	background-color:#85cd00;
}
.things span:hover, .things span:focus, .things span:active {
	background:#b8ef33;
}
#thing1 {
	left:160px;
	top:160px;
}
#thing2 {
	left:215px;
	top:160px;
}
#thing3 {
	left:160px;
	top:215px;
}
.mixes img {
	border:0px;
	padding:0px;
	margin:0px;
	width:50px;
	height:50px;	
}
.mixes span {
	position:absolute;
	width:50px;
	height:50px;
	border:0px;
	background-color:#999966;
}
.mixes span:hover, .mices span:focus, .mixes span:active {
	background:#cccc99;
}
#mix1 {
	left:270px;
	top:160px;
}
#mix2 {
	left:215px;
	top:50px;
}
#mix3 {
	left:270px;
	top:50px;
}
#mix4 {
	left:160px;
	top:105px;
}
#mix5 {
	left:215px;
	top:105px;
}
#mix6 {
	left:160px;
	top:160px;
}
.anchor {
	position:absolute;
	top:0px;
}
.box {
	position:absolute;
	top:155px;
	left:160px;
	width:310px;
	color:#444444;
	z-index:-1;
}
.box a {
	text-decoration:none;
	color:#ffcc00;
}
.box a:hover, .box a:focus, .box a:active {
	text-decoration:none;
	color:#444444;
}
.grey {
	position:fixed;
	top:50px;
	left:160px;
}
.bla {
	position:fixed;
	top:50px;
	left:160px;
	width:100%;
}
.bla textarea {
	position:absolute;
	top:0px;
	left:0px;
	width:310px;
	height:105px;
	background:#c2c2c2;
	z-index:1;
	border:none;
}
.bla input {
	position:absolute;
	top:0px;
	left:315px;
	background:#c2c2c2;
	z-index:1;
	border:2px solid;
	border-color:#f4f4f4;
}
.pic img {
	position:absolute;
	top:50px;
	left:325px;
	width:215px;
	height:105px;
	border:0px;
}
.text {
	position:absolute;
	top:155px;
	left:325px;
	padding-top:3px;
}
.text a {
	color:#ffcc00;
	text-decoration:none;
}
.text a:hover, .text a:focus, .text a:active {
	color:#666666;
	text-decoration:none;
}
.text img {
	border:0px;
	margin-top:1px;
}

.hidden {
	display:none;
}

.hover img {
	border:none;
	margin:0px;
}

.hover:hover, .hover:focus, .hover:active {
	background-color:transparent;
}

.hover:hover img, .hover:focus img, .hover:active img {
	border:none;
}

.hover span {
	position:fixed;
	padding:0px;
	top:50px;
	left:325px;
	width:215px;
	height:100px;
	visibility:hidden;
}

.hover span img {
	border:none;
	padding:0px;
	width:215px;
	height:105px;
}

.hover:hover span, .hover:focus span, .hover:active span {
	position:fixed;
	visibility:visible;
	top:50px;
	left:325px;
	z-index:50;
}
