@charset "UTF-8";
/* CSS Document */
html, body { 
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0; 
	text-align:center;
	background-color:#000;
	overflow:auto;
}	

#container { 
	position :inherit;
	margin:0px auto; 
	width:100%;
	height:100%;
	text-align:left; 
}

	
fb:fan{
	position:relative;
}
	
#fanbox{
	position:fixed;
	width:300px;
	height:543px;
	right:4px;
	bottom:-560px;
	background:#FFF;
}
	
#fanClose{
	width:16px;
	height:16px;
	top:4px;
	left:280px;
	cursor:pointer;
	position:absolute;
}
	
#fanContainer{
	position:relative;
	top:0px;
	left:0px;
}
	
#iframe{
	overflow-x:hidden;
}
	
.title{
	color:#FFF;
	font-size:24px;
}
	
.info{
	color:#999;
	font-size:10px;
}
