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

html, body {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#wrapper {
	position: relative;
	width: 80%;
	min-height: 400px;
	margin: 30px auto;
}

#logo-audio-deal {
	width: 20%;
	float: left;
}

h1 {
	font-size: 100px;
}

h2 {
	font-size: 35px;
	text-align: center;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFFF33;
}

#mailto-logo {
	width: 10%;
	float: right;
	margin-top: -5%;
	margin-right: 5%;
}