/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	background : White;
}

H1 {
	font-size: larger;
}

.main {
	width: 100%;
	height: 1500;
	background-repeat: repeat;
	background : #e37119 url(../images/depeche-mode-tribute-drop.jpg) repeat;
	margin : 0% 0% 0% 0%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.text {
	font-size: small;
	margin : 0% 5% 0% 5%;
}

a:link {
	text-decoration: underline;
	color: #e37119;
}

a:visited {
	text-decoration: underline;
	color: #e37119;
}

a:active {
	text-decoration: underline;
	color: #e37119;
}

a:hover {
	text-decoration: underline;
	color: #9B9797;
}

.tribute {
	width: 360px;
	height: 1100px;
	border : thin dotted #9B9797;
	margin : 5% 10% 0% 20%;
	position: absolute;
	top: 5px;
	left: 0px;
	background : White;
}

.EP {
	width: 360px;
	height: 1100px;
	border : thin dotted #9B9797;
	margin : 5% 10% 0% 27%;
	position: absolute;
	top: 5px;
	left: 290px;
	background : White;
}

.facebook {
	width: 220px;
	height: 50px;
	margin : 5% 10% 0% 27%;
	position: absolute;
	top: 583px;
	left: 300px;
	background : #ffffff;
}

.twitter {
	width: 220px;
	height: 50px;
	margin : 5% 10% 0% 27%;
	position: absolute;
	top: 653px;
	left: 300px;
	background : #ffffff;
}

.player {
	font-size: small;
	width: 265px;
	height: 200px;
	border : thin dotted #e37119;
	background : #d4d3d2;
}

.label {
	width: 360px;
	height: 68px;
	margin : 5% 10% 0% 20%;
	position: absolute;
	top: 1020px;
	left: 0px;
	background : White;
}

.contact {
	width: 300px;
	height: 68px;
	margin : 5% 10% 0% 27%;
	position: absolute;
	top: 1020px;
	left: 325px;
	background : White;
}



