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

html, body {
	background-color: #000;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	overflow:hidden;
	font-size: 1em;
}

#flashcontent { 
	position: absolute; 
	width: 100%; 
	height: 100%;
	min-width: 960px;
	min-height: 650px; 
	display: block; 
}

#noflash { 
	width: 95%; 
	margin: 50px auto;
}

#social { 
	position:absolute; 
	bottom:0px;  
	float: left; 
	margin-bottom:5px;
	margin-left:10px;
}

.fb_edge_widget_with_comment fb_iframe_widget span iframe.fb_ltr {
	display: none !important;
}

#twtr { 
	float: left; 
	width: 90px; 
}
#fb { 
	float: left; 
	width: 90px; 
}
#gplus { 
	float: left; 
	width: 80px; 
}
#pint { 
	float: left; 
	width: 53px; 
}

#fullOverlayHolder {
	z-index: 10000;
	background-color:#000000;
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	color:#FFFFFF; 
	text-align:center; 
	vertical-align:middle;
}

#fullOverlay {
	z-index: 10000;
	background-color:#000000;
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	color:#FFFFFF; 
	text-align:center; 
	vertical-align:middle;
}