*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}

.home .wrapper,
.thankYou .wrapper
{
	margin: 0 auto;
	width: 554px;
	text-align: center;
}


.sponsors .wrapper
{
	margin: 0 auto;
	width: 688px;
}

li a
{
	text-decoration: none;
}

li a:hover
{
	text-decoration: underline;
}

p
{
	margin-bottom: 1em;
}

.sponsors p
{
	color: #aaa;
	margin: 0;
	position: relative;
	top: 20px;
}

.thankYou p
{
	color: #333;
	margin: 20px 0;
}

*html .sponsors p { position: static; }

a
{
	color: #333;
}

ul
{
	display: block;
	margin:  20px 0 0;
	text-align: center;
	font-size: 0.9em;
	overflow: auto;
}

li
{
	list-style-type: none;
	border-right: 1px solid #ccc;
	padding: 0 10px;
	display: inline;
}

li.last
{
	border-right: none;
}

.presentedBy li,
.supportedBy li
{
	border: none;
	padding: 0;
	float: left;
}

.goldSponsor li,
.silverSponsor li
{
	border: none;
	padding: 0;
}

.home .footer li
{
	border: 0;
}


.moviePlaceholder
{
	text-align: center;
	width: 554px;
	height: 337px;
	margin-left:  -40px;
}

.logo
{
	text-align: center;
	width: 554px;
	height: 220px;
	background: url(images/logo.gif) no-repeat top left;
}

.home .footer
{
	margin: 0 auto;
}

h1
{
	font-size: 1.3em;
	font-weight: bold;
}