@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
}
.main {
    width: 833px;
}
.header {
    height: 325px;
	vertical-align: middle;
}
.playlist {
    width: 320px;
	background-color: #000000;
	padding: 10px;
	text-align: left;
}
.spacer {
    width: 20px;
}
.player {
    width: 453px;
	background-color: #000000;
	padding: 10px;
	text-align: left;
}
.body {
    width: 797px;
	background-color: #000000;
	padding: 20px;
	text-align: left;
}
.footer {
    width: 823px;
	background-color: #000000;
    font-size: 10px;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
a:link, a:visited, a:active {
	color: #fff000;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #FF0000;
}
.imagepad {
    margin-right: 10px;
	margin-bottom: 10px;
}
.wrapper {
    text-align: left;
    width: 300px;
    float: none;
	padding: 0px

}
.element {
    float: left;
    width: 128px;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0x;
}
.align-bottom {
    vertical-align: bottom;
}