html
{
	height:100%;
	width:100%;
}

body
{
	background:#eeeeee;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.container
{
	width:960px;
	height:auto;
	margin: 0 auto;
	background:#eeeeee;
}


.header
{
	margin-top:40px;
	height:15px;
	width:960px;
	background:#000;
	clear:both;
}

.footer
{
	height:30px;
	width:960px;
	background:#000;
	clear:both;
}

a
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	color: #b0b68f;
	letter-spacing: 0px;
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
	float:right;
	font-weight:lighter;
	margin:5px 10px 0px 0px;
	text-align:right;
}

a:active
{
	color:#007E7A;
}

a:hover
{
	color: #007E7A;
}

img
{
	border:none;
}

#buttons
{
	text-align:center;
}

#buttons a
{
	text-align:center;
	float:none;
}