@charset "UTF-8";
/* CSS Document */

.one {
	position: absolute;
	top: 100px;
}
.two {
	position: absolute;
	top: 250px;
}
.three {
	position: absolute;
	top: 400px;
}
.four {
	position: absolute;
	top: 550px;
	background-image: url(images/mail_12.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 297px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.sidebar {
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 95px;
}
.artists {
	background-image: url(images/artists.jpg);
	background-repeat: no-repeat;
}
.mixes {
	background-image: url(images/mixes.jpg);
	background-repeat: no-repeat;
}
.gallery {
	background-image: url(images/gallery.jpg);
	background-repeat: no-repeat;
}
.info {
	background-image: url(images/info.jpg);
	background-repeat: no-repeat;
}
