@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 975px;
	margin-left:auto;
	margin-right:auto;
}

#corner {
	background: url(corner.png) no-repeat top left;
	width:250px;
	height:250px;
	position:absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 220px;
}

#tracks {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}

#tracks .box {
	border:3px solid #e100e4;
	background-color:#FFF;
	width: 300px;
}

#tracks .box td {
	border-bottom: 1px solid #6FF;
}


#video {
	width: 425px;
	height: 244px;
	background: #000 url(images/videoback.png);
	padding-top:59px;
	padding-bottom: 35px;
	padding-left: 41px;
	padding-right: 20px;
}

#remix {
	float: right;
	width: 480px;
	height: 486px;
	background: #000 url(images/remixback.png);
}
#remix #musicshake {
	background-color:#000;
	width: 160px;
	height: 335px;
	float:right;
	position:relative;
	right: 35px;
	top: 20px;
}
#remix #text {
	width: 230px;
	height: 380px;
	left: 35px;
	top: 45px;
	position:relative;
	color:#FFF;
	float: left;
}
#remix #text #small{
	font-size: 9px;
	font-style:italic;
}

img {
	border: 0px;
}

#footer {
	text-align: center;
	color:#fff;

}
#footer a{
	color:#99FF01;
}

