html {
    display:table;
    margin:auto;
}

body {
	display:table-cell;
	vertical-align:middle;
	
  	background: -moz-linear-gradient(top,  rgba(38,38,38,0.5) 0%, rgba(38,38,38,0.5) 17%, rgba(38,38,38,0) 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,38,38,0.5)), color-stop(17%,rgba(38,38,38,0.5)), color-stop(100%,rgba(38,38,38,0)));
  	background: -webkit-linear-gradient(top,  rgba(38,38,38,0.5) 0%,rgba(38,38,38,0.5) 17%,rgba(38,38,38,0) 100%);
  	background: -o-linear-gradient(top,  rgba(38,38,38,0.5) 0%,rgba(38,38,38,0.5) 17%,rgba(38,38,38,0) 100%);
  	background: -ms-linear-gradient(top,  rgba(38,38,38,0.5) 0%,rgba(38,38,38,0.5) 17%,rgba(38,38,38,0) 100%);
  	background: linear-gradient(top,  rgba(38,38,38,0.5) 0%,rgba(38,38,38,0.5) 17%,rgba(38,38,38,0) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80262626', endColorstr='#00262626',GradientType=0 );

	background-attachment: fixed;
	background-color: #e0ded7;
	background-size: auto 450px;
	background-repeat: repeat-x;
	
	font-family:'Open Sans';
}

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

a:hover {
	color:#FF0000;
}

div.footer_spacer {
	width:10%;
	min-height:1px;
	float:left;
}

div.footer {
	width:80%;
	min-height:1px;
	float:left;
	text-align:center;
}

a.button {
	border:none;
	margin-top:15px;
	position:relative;
	color:yellow;
	display:block;
	width:180px;
	height:50px;
	background-image:url('img/menu_button_unpressed.png');
}

a.button:hover {
	color:red;
	background-color:#666666;
	background-image:url('img/menu_button_pressed.png');
}

span.button {
	top:8px;
	position:absolute;
	display:block;
	left:25%;
	right:10%;
	
	font-family:'Open Sans', sans-serif;
	font-size:24px;
}

#menu {
	width:180px;
	height:700px;
	float:left;
	text-align:center;
	
	background-color:#555555;
	background-image:url('img/menu_bottom.png');
	background-position:bottom;
	background-repeat:no-repeat;
}

#logo {
	width:180px;
	height:180px;
	float:left;
	
	background-image:url('img/logo.jpg');
}

#banner {
	width:844px;
	height:180px;
	float:right;
	
	background-image:url('img/header.png');
}

#content {
	width:844px;
	height:700px;
	float:left;
	position:relative;
	
	background-color:white;
	background-image:url('img/tracks.jpg');
}

#textfield {
	display:block;
	margin-left:3%;
	margin-right:3%;
	margin-top:6%;
	margin-bottom:10%;
	border-width:0px;
	text-align:center;
	height:80%;
}

#textfieldProfiles {
	display:block;
	margin-left:3%;
	margin-right:3%;
	margin-top:3%;
	margin-bottom:3%;
	border-width:0px;
	text-align:left;
	overflow-y:scroll;
	height:90%;
	position:relative;
}

#footer {
	width:844px;
	height:4%;
	float:left;
	position:absolute;
	bottom:0;
	
	background-color:#FFEC09;
}
