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

	color: #ffffff;
	background-color:#000000;


	overflow:hidden;
}

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

#swfcontainer{
	width:960px;
	height:600px;

	margin-left:auto;
	margin-right:auto;

	position:relative;

	overflow:hidden;
}


#swf{
	width:960px;
	height:600px;
	z-index:10;
}


ul,li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#social{
	width:100%;
	height:30px;
	padding-top:6px;
	overflow:hidden;
	background-color:#0d0d0d;
}

#social #facebook{
	padding-left:22px;
	float:left;
	height:30px;
}

#social #other{
	float:right;
}

#social #plusone{
	float:left;
	height:30px;
}

#social #twitter{
	float:left;
	height:30px;
}



.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix {
	min-height:1px;
}

* html .clearfix {
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}
