/* CSS Document */
	
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 100%;
	text-align:center;
	vertical-align:middle;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
.screenshot {
	visibility:hidden;
}
#fbwindow {
	width:296px;
	height:281px;
	background:#550000 url(images/followbg.gif) no-repeat 1px 1px;
	position:absolute;
	top:62.0%;
	left:50.0%;
	margin-left:172px;
	margin-top:-63px;
	border:1px solid #aa0000;
}
#fbtitle {
	height:20px;
}
#fbclose {
	float:right;
	margin:4px 3px 0px 0px;
}
#fbbox {
	position:relative;
	width:100%;
	margin:1px;
}
#fbborderhaxtop {
	background:#550000;
	width:291px;
	height:2px;
	border-bottom:1px solid #aa0000;
	top:21px;
	left:3px;
	position:absolute;
	z-index:1004;
}
#fbborderhaxright {
	background:#550000;
	width:2px;
	height:255px;
	border-left:1px solid #aa0000;
	top:23px;
	left:292px;
	position:absolute;
	z-index:1004;
}
#fbborderhaxbottom {
	background:#550000;
	width:290px;
	height:2px;
	border-top:1px solid #aa0000;
	top:277px;
	left:3px;
	position:absolute;
	z-index:1003;
}
#fbborderhaxleft {
	background:#550000;
	width:2px;
	height:258px;
	border-right:1px solid #aa0000;
	top:21px;
	left:1px;
	position:absolute;
	z-index:1002;
}
#fbcover {
	background:#000000;
	width:181px;
	height:15px;
	top:91px;
	left:13px;
	position:absolute;
	z-index:1000;
}
