/* This is your CSS page */

body {
	background-color: #2A2A2A;

}

h1 {
	font-family: arial;
	color: #000000;	
}

p {
	font-family: arial;
	color: #000000;	
}

a:link {
color: #4F2F4F;
}
a:active {
color: #4F2F4F;
}
a:visited {
color: #4F2F4F;
}
a:hover {
color: #800080;
}


.tl-guit {
	position: absolute;
	left: 20px;
	top: 20px;
	background-image: url('sineimages/i-guit.gif');
	background-repeat: no-repeat;
 	height: 200px;
	width: 150px;
}


.tr-perc {
	position: absolute;
	right: 20px;
	top: 20px;
	background-image: url('sineimages/i-perc.gif');
	background-repeat: no-repeat;
 	height: 150px;
	width: 200px;
}

.bl-drums {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-image: url('sineimages/i-drums.gif');
	background-repeat: no-repeat;
 	height: 150px;
	width: 200px;
}


.br-bass {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-image: url('sineimages/i-bass.gif');
	background-repeat: no-repeat;
 	height: 200px;
	width: 150px;
}


.sinebox {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	border: 1px solid #000000;
	line-height: 1.5em;

	text-align: justify;
	background: #2E473B;
}
