@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#contentContainer
{
	background-repeat:no-repeat;
	background-position:bottom;
	width:1024px;
	margin:auto;
	
}

#contentHeader
{
	float:left;
	width:100%;
}

#trailerContainer
{
	height:360px;
	width:640px;
	margin:auto;
	
}

#contentFooter
{
	float:left;
	clear:left;
	color:#999;
	width:100%;
	text-align:center;
	margin-top:40px;
}

#about
{
	width:550px;
	height:360px;
	margin:auto;
	color:#FFF;
}

#footer
{
	text-align:center;
	font-size:18px;
	margin:auto;
	width:400px;
	margin-top:10px;
	margin-bottom:5px;	
}

#shareThis
{
	float:left;
	width:150px;
	padding-left:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#FFF;
}

#copyright
{
	width:100%;
	text-align:center;
	color:#666;
	font-size:14px;
}

#copyright a
{
	font-size:16px;
	color:#175061;
}

#copyright a:hover
{
	text-decoration:underline;
}

#about a
{
	font-size:16px;
	color:#175061;
}

#about a:hover
{
	text-decoration:underline;
}

.globalLink
{
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#FFF;
	margin-left:20px;
	padding-left:10px;
	padding-right:10px;
}

#footerImage
{
	width:100%;
	text-align:center;
}

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

a:hover
{
	color:#666;	
}