﻿html
{
	background: url('images/background.png') repeat-x;
}
body
{
	font-family:"Helvetica Neue",Helvetica,Arial;
	font-size:1.2em;
	font-weight:bold;
	color: #333333;
	line-height:1.3;
	padding: 10px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;}
img
{
	border: none;	
}
.buttonclass
{
	background-color: #ffffff;
	color: #333333;
	border: 2px outset #000033;
}
#maintop
{
	width: 800px;	
}
#logo
{
	float: left;	
}
#description
{
	float: right;
	width: 390px;
	text-align: left;
}
#username
{
    display: none;
}
#signup
{
	clear: both;	
	text-align: left;
	width: 800px;	
}
#video
{
}
#footer
{
	color: #000000;
	font-size: 0.75em;
	font-weight: normal;
	text-align: center;	
}