* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	background-color:#ff0041;
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width:360px;
	margin:150px auto;
	margin-bottom: 0;
}

#header h1 {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:360px;
	height:360px;
	text-indent:-10000px;
	}

a#fblink {
	position:absolute;
	right:0;
	top: 5px;
    display:block;
	width:32px;
	height:32px;
	background: transparent url(images/fb.png) 0px 0px no-repeat;
	}

a:hover#fblink {
background: transparent url(images/fb.png) 0px -32px no-repeat;
}

a#sclink {
	position:absolute;
	bottom: 100px;
	left: 20px;
    display:block;
	width:41px;
	height:18px;
	background: transparent url(images/soundcloud.png) 0px 0px no-repeat;
	}

a:hover#sclink {
background: transparent url(images/soundcloud.png) 0px -18px no-repeat;
}

.contact {
	position:absolute;
	right: 0;
	bottom: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	}
	
.contact a {
	text-decoration:none;
	color:#000;
	}
	
.contact a:hover {
	text-decoration:none;
	color:#FFF;
	}

