@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 { 
	display: block;
	margin: 50px auto;
    margin-bottom: 0px;
	width: 800px;
	height: 387px;
	background: #fff;
	border: 1px solid grey;
	background-image:url("images/logo.png");
}

div#menuholder {
	-moz-opacity:0.7;opacity: 0.5; filter:alpha(opacity=70);
    margin: 0px auto;
	background: #000;
	width: 800px;
	min-width: 800px;
	height: auto;
    min-height: 70px;
    vertical-align: middle;
	border: 1px solid grey;
}

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#content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color:#363636;
    margin: 50px auto;
    width: 80%;
    padding: 10px;
}

div#content img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    float: left;
}

div#info {
    margin-top:10px;
    padding: 10px;
    color: #fff;
    border-top: 1px solid #000;
    display: inline-block;
}

div#info img {
    margin:5px;
    float: left;
    clear:right;
    display:inline;
}

ul {
    list-style: none; 
    margin: 0;
    display: block;
    float: left;
}

li {
    width:100%;
    margin: 0;
    display: block;
    float: left;
}

div#push {
    clear:both;
}