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

body	{
	background-color:#000000;
	font-family: segoe ui, "Times New Roman", Times, serif;
}
header	{
	height: 100px;
	width: 796px;
	margin: 100px auto 0 auto;
}
div#emetic	{
	width: 796px;
	height: 646px;
	margin: 80px auto 0 auto;
	background-image: url(../images/emetic_moth.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.links	{
	width: 796px;
	height: 30px;
	margin: 0 auto;
}	
.beatport	{
	display: block;
	float:left;
	width: 199px;
	height: 50px;
	background: url('../images/links/beatport.jpg') bottom;
	text-indent: -99999px;
}
.beatport:hover {
	background-position: 199px 0;
}
.martyn_hare	{
	display: block;
	float:left;
	width: 199px;
	height: 50px;
	background: url('../images/links/face-attack.jpg') bottom;
	text-indent: -99999px;
}
.martyn_hare:hover {
	background-position: 0 0;
}
.soundcloud	{
	display: block;
	float:left;
	width: 199px;
	height: 50px;
	background: url('../images/links/soundcloud.jpg') bottom;
	text-indent: -99999px;
}
.soundcloud:hover {
	background-position: 199px 0;
}
.facebook	{
	display: block;
	float:left;
	width: 199px;
	height: 50px;
	background: url('../images/links/facebook.jpg') bottom;
	text-indent: -99999px;
}
.facebook:hover {
	background-position: 0 0;
}

