@font-face {
	font-family: Myriad Pro;
	src: url('MyriadPro-Regular.otf');
}

body {
	background-image: url("includes/css/images/body-background.png");
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:scroll;
	background-color:#f9f9f8;
	font-family: Myriad Pro;
	color:#cecece;
}

#banner {
	margin:0 auto;
	padding-bottom:35px;
	border:0;
	background:transparent;
}

h1 {
	width:970px;
	height:46px;
	background: url('includes/css/images/main-header.png') no-repeat;
	display:block;
	padding-bottom:15px;
}
h2 {
	font-family: Myriad Pro;
	font-size:20pt;
	color:#cecece;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	display:block;
}
span {
	display:none;
}

#wrapper {
	width:100%;
	height:100%;
}

#tracks {
	position:absolute;
	top:900px;
	left:50%;
	_left:50%;
	margin-left:-565px;
	_margin-left:-565px;
	width:300px;
	font-size:12pt;
	background:transparent;
}
#download {
	position:absolute;
	top:900px;
	left:50%;
	_left:50%;
	margin-left:-225px;
	_margin-left:-225px;
	width:450px;
	font-size:12pt;
	background:transparent;
}
#contact {
	position:absolute;
	top:900px;
	left:50%;
	_left:50%;
	margin-left:265px;
	_margin-left:265px;
	width:250px;
	font-size:12pt;
	background:transparent;
}

#footer {
	margin:auto;
	padding-top:35px;
	width:100%;
	text-align:center;
}

.divider_1 {
	position:absolute;
	top:910px;
	left:50%;
	_left:50%;
	margin-left:-250px;
	_margin-left:-250px;
	height:526px;
	width:2px;
	background:transparent;
}
.divider_2 {
	position:absolute;
	top:910px;
	left:50%;
	_left:50%;
	margin-left:245px;
	_margin-left:245px;
	height:526px;
	width:2px;
	background:transparent;
}
textarea {
	background:#e1e1e1;
	width:250px;
	height:150px;
        border:solid 1px #d0d0d0;
        font-family: Myriad Pro;
        font-size:12pt;
	overflow:auto;
}
textarea:hover {
	background:#a5a4a4;
	width:250px;
	height:150px;
        border:solid 1px #d0d0d0;
        font-family: Myriad Pro;
        font-size:12pt;
	color:#e1e1e1;
	overflow:auto;
}
input {
	background:#e1e1e1;
	width:250px;
        border:solid 1px #d0d0d0;
        font-family: Myriad Pro;
        font-size:12pt;
}
input:hover {
	background:#a5a4a4;
	width:250px;
        border:solid 1px #d0d0d0;
	color:#e1e1e1;
        font-family: Myriad Pro;
        font-size:12pt;
}
.button {
	background: url('includes/css/images/contact-submit.png');
	height:34px;
	width:158px;
	border:0;
}
.button:hover {
	background: url('includes/css/images/contact-submit.png');
	height:34px;
	width:158px;
	border:0;
}
#contact a {
	font-size:12pt;
	color:#cecece;
	text-decoration:underline;
	text-transform:none;
}
#contact a:hover {
	font-size:12pt;
	color:#777777;
	text-decoration:none;
	text-transform:none;
}
#footer a {
	font-size:12pt;
	color:#cecece;
	text-decoration:underline;
	text-transform:none;
}
#footer a:hover {
	font-size:12pt;
	color:#777777;
	text-decoration:none;
	text-transform:none;
}

:focus { outline:0; }