/**
 * master.css for d-genre.com
**/

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#column {
	position: absolute;
	height: 100%;
	top: 0;
	left: 20%;
	width: 200px;
	background-color: #0f0b0b;
}
#ribbon {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #251e1e;
	border-top: 1px solid #3f3636;
	border-bottom: 1px solid #3f3636;
}
#container {
	/* border: 1px solid red; */
	position: absolute;
	top: -220px;
	height: 320px;
	left: 20%;
	width: 500px;
}
h1 {
	position: absolute;
	top: 150px;
	left: 0;
	height: 0px ! important;
	height /**/: 27px;
	width: 200px;
	padding-top: 27px;
	overflow: hidden;
	background-image: url(../images/d-genre.gif);
}
#albums {
	position: absolute;
	top: 219px;
	left: 0;
	height: 0px ! important;
	height /**/: 102px;
	width: 200px;
	padding-top: 102px;
	overflow: hidden;
	background-image: url(../images/albums.gif);
}
#pic {
	position: absolute;
	width: 295px;
	height: 220px;
	top: -1px;
	left: 200px;
}
#info {
	position: absolute;
	top: 219px;
	left: 220px;
	width: 136px;
	height: 0px ! important;
	height /**/: 102px;
	padding-top: 102px;
	overflow: hidden;
	background-image: url(../images/info.gif);
}
#email a {
	position: absolute;
	top: 285px;
	left: 275px;
	width: 97px;
	height: 0px ! important;
	height /**/: 23px;
	padding-top: 23px;
	overflow: hidden;
	background-image: url(../images/email_0.gif);
}
#email a:hover {
	background-image: url(../images/email_1.gif);
}
