@font-face {
	font-family: futura;
	src: url('FuturaMedium.ttf');
}

html, body {
	margin: 0;
	padding: 0;
	height: auto;
	background: grey;
	font-family: futura, century gothic, helvetica;
}

ul li{
	list-style:none;
}

p {
	margin: 0;
	padding: 5px;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #33A1DE;
}

a:hover {
    text-decoration: underline;
}

div#main { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin: 50px auto;
	width: 800px;
	height: 500px;
	background: #fff;
	border: 1px solid #000;
	background-image:url("images/background-small.jpg");
}

div#top {
	-moz-opacity:0.7;opacity: 0.7; filter:alpha(opacity=70);
	background: #000;
	width: 800px;
	min-width: 800px;
	height: 100px;
	min-height: 100px;
	display: table-cell;
    vertical-align: middle
}

div#top h1 {
	float:left;
	color: #fff;
	margin: 10px;
}

div#menu {
	float: right;
	height: auto;
	width: auto;
}

div#menu a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	display: inline;
	color: #fff;
	padding:10px;
	margin:10px;
	text-decoration: none;
	border: 1px solid #fff;
}

div#menu a:hover {
	border: 1px solid #33A1DE;
	color: #33A1DE;
}

div#bottom {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-opacity:0.8;opacity: 0.8; filter:alpha(opacity=80);
	position: fixed;
	bottom:0;
	right: 100px;
	left: 100px;
	bottom: 10px;
	display: table-cell;
    vertical-align: middle;
	background: #000;
	height: 65px;
	width: auto;
}

div#bottom h1 {
	float:left;
	color: #fff;
	margin: 10px;
}

div#content {
	position: absolute;
	top:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -100px;
	margin-bottom: 65px;
	background: #fff;
	padding:0;
	width: 100%;
}

div#box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-opacity:0.8;opacity: 0.8; filter:alpha(opacity=80);
	display: block;
	position: static;
	float: left;
	margin-left: 330px;
	margin-right: 100px;
	width: auto;
	height: auto;
	padding: 10px;
	border: 1px solid #000;
	background: white;
}

div.push {
	position: static;
	height: 85px;
	width: 100%;
	clear:both;
}

div#header {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-opacity:0.7;opacity: 0.7; filter:alpha(opacity=70);
	margin: 10px auto;
	margin-left: 100px;
	margin-right: 100px;
	height: 140px;
	padding: 10px;
    padding-bottom: 25px;
	border: 1px solid #000;
	color: #fff;
	background: #000;
}

div#twitter {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-opacity:0.4;opacity: 0.4; filter:alpha(opacity=40);
    display: block;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    position: static;
    margin-left: 220px;
    width: auto !important;
    height: 100%;
    padding-right: 10px;
    padding-bottom: 10px
}

div#twitter:hover {
	-moz-opacity:0.8;opacity: 0.8; filter:alpha(opacity=80);
}

div#twitter img {
	margin-right: 5px;
}

div#logo {
    position: static;
    float: left;
    margin-left: 60px;
    width: auto;
    height: auto;
}

div#box h1 {
	border-bottom: 1px solid #000;
	padding: 10px;
}

div#left {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-opacity:0.4;opacity: 0.4; filter:alpha(opacity=40);
	display: block;
	position: absolute;
	top: auto;
	float: left;
	background: #fff;
	border: 1px solid #000;
	height: auto;
	margin-left: 100px;
	padding: 10px;
	width: 200px;
}

div#left:hover {
	-moz-opacity:0.8;opacity: 0.8; filter:alpha(opacity=80);
}

div#left h4 {
	text-align: center;
	padding:5px;
	border-bottom: 1px solid #000;
}
img.background {
	width:100%;
	height:100%;
	position:fixed;
	z-index:0;
}

div.musicplayer {
	width:auto;
	height:auto;
	border:1px dashed #CCCCCC;
	padding:5px;
	padding-bottom:20px;
	text-align:center;
	margin-bottom:5px;
	display:block;
}
div.musicplayer a {
	font:10px futura;
	float:right;
	margin-right:3px;
	display:inline;
}

img.hiddenPic {
	display:none;
}
