html
{
	width: 100%;
}


body
{
	background-color: #111111;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #777777;
	width: 100%;
	text-align: center;
}

a
{
	color: #D2334D;
	text-decoration: none;
}

a:hover
{
	color: #ececec;
}

a:focus 
{ 
  -moz-outline: 0px;
}

#contentContainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 134px;
	width: 934px;
	height: 313px;
}

#logo
{
	background-image: url("../images/logo_black.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 143px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
}