* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	color: white;
	background-image: url('../img/template.jpg');
	background-color: black;
	background-repeat: no-repeat;
	background-position: top center;
}

a:link {color: #007eff; text-decoration: none; }
a:active {color: #007eff; text-decoration: none; }
a:visited {color: #007eff; text-decoration: none; }
a:hover {color: #007eff; text-decoration: none; }

div.container {
	width: 1000px;
	text-align: center;
	margin: auto;
}

div#page {
	min-height: 100%;
	text-align: center;
	position: relative;
}


div#header {
	height: 220px;
}


div#body {
	padding-bottom: 290px;
}


div#footer {
	position: absolute;
	bottom: 0px;
	height: 120px;
	width: 100%;
	left: 0;
}
div#am-contact {
	padding-top: 8px;
	background-color: #010103;
	height: 20px;
	text-transform: uppercase;
}
div#am-contact div {
	text-align:center; color:#939393; font:normal 11px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase;}
}


div#social-media {
	background-color: #000000;
	height: 150px;
	text-align: center;
}
div#social-media div div {
	float: left;
	height: 90px;
	margin-top: 32px;
	margin-right: 0px;
	margin-left: 70px;
	width: 120px;
	position: relative;
}

a#twitter { background-image:url('../img/twitter.png'); height: 70px; width:120px; display:block;}
a#twiter span { display:none; }
a#twitter:hover { background-image:url('../img/twitter_over.png'); }

a#facebook { background-image:url('../img/facebook.png'); height: 70px; width:120px; display:block;}
a#facebook span { display:none; }
a#facebook:hover { background-image:url('../img/facebook_over.png'); }

a#youtube { background-image:url('../img/youtube.png'); height: 70px; width:120px; display:block;}
a#youtube span { display:none; }
a#youtube:hover { background-image:url('../img/youtube_over.png'); }

a#soundcloud { background-image:url('../img/soundcloud.png'); height: 70px; width:120px; display:block;}
a#soundcloud span { display:none; }
a#soundcloud:hover { background-image:url('../img/soundcloud_over.png'); }

a#hyves { background-image:url('../img/hyves.png'); height: 70px; width:120px; display:block;}
a#hyvesspan { display:none; }
a#hyves:hover { background-image:url('../img/hyves_over.png'); }
