body {
	margin:0px;
	padding:0px;

	color: #999999;
	background-color:#000000;


	overflow:hidden;
}

#container{
	width:100%;
	height:100%;

	text-align:center;
	background-color:#000000;
}


#swf{
	width:100%;
	height:600px;

	background-color:#000000;
}

#foot{
	width:100%;
	height:41px;

	background-color:#000000;
}


#social{
	width:400px;
	height:31px;

	padding-top:10px;
	margin-left:10px;

	float:left;

	background-color:#000000;
}

#social #facebook{
	float:left;
}

#social #plusone{
	float:left;
}

#social #twitter{
	float:left;
}


#logo {
	display:block;
	float:right;
	width:272px;
	height:41px;
}

#logo li{
	display:block;
	float:left;
}
