/****************************************************************************/
/* 2013 - Herus Armstrong													*/
/*																			*/
/* Created: 17/08/2013 by Herus Armstrong									*/
/* Description: Tumpats default style.  									*/
/****************************************************************************/

/************************************/
/* STRUCTURE						*/
/************************************/

/* Reset tags */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	background-image: url(../images/body.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 4px solid #F30;
}

/************************************/
/* HOME								*/
/************************************/

h1 a {
	background-image: url(../images/logo.png);
	width: 156px;
	height: 323px;
	display: block;
	overflow: hidden;
	margin-left: 3%;
}
h1 a span, .content p, .content a span {
	display: none;
}

.content {
	background-image: url(../images/upgrade.png);
	background-repeat: no-repeat;
	display: block;
	width: 351px;
	height: 365px;
	left: 50%;
	margin-left: -175px;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.content a {
	background-repeat: no-repeat;
	width: 97px;
	height: 97px;
	float: left;
	display: block;
	margin-right: 5%;
	margin-top: 250px;
}
.content .soundcloud {
	background-image: url(../images/soundcloud.png);
}
.content .facebook {
	background-image: url(../images/facebook.png);
}
.content .vimeo {
	background-image: url(../images/vimeo.png);
}