﻿* 
{
	font: 12px Garamond, serif;
}

body 
{
	text-align: center;
}

body div 
{
	text-align: left;
}

a
{
	text-decoration: underline;
	color: #999;
}

a:hover
{
	text-decoration: none;
	color: #ccc;
}

#flash-content 
{
	width: 766px;
	margin: 0 auto;
}

#footer
{
	width: 766px;
	margin: 0 auto;
	border-top: 10px solid #323232;
	padding-top: 20px;
	color: #FFF;
	overflow: hidden;
	background: #282828; /* non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#000000'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#000)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #282828,  #000); /* firefox 3.6+ */
}

#footer div
{
	width: 235px;
	height: 40px;
	margin-left: -1px;
	padding: 0 10px;
	border-left: 1px solid #666;
	float: left;
}