* {
	margin: 0;
	padding:0;
	border: 0;
}
body {
	background: url('images/bg.png');
}

#wrapper{
	position: relative;
	width: 821px;
	margin: 0 auto;
}

#header {
	width: 821px;
	height: 306px;
	background: url('images/DD_03.png');
	background-repeat: no-repeat;
	margin-top: 25px;
}

#content {
	position: relative;
	width: 821px;
	background: url('images/DD_06.png');
	background-repeat: repeat-y;
}

div.player {
	margin-left: 11px;
}

div.social {
	position: relative;
	width: 811px;
	height: 30px;
	padding: 10px 10px 10px 0;
}

div.social img {
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 10px;
}

#footer {
	width: 821px;
	height: 10px;
	background: url('images/DD_08.png');
	background-repeat: no-repeat;
	margin-bottom: 25px;
}