* { margin: 0; padding: 0; }
			
body { font: 12px/1.4 Arial, Sans-Serif; background: black; overflow:hidden; width:100%; height:100%; margin:0; padding:0;}
html {width:100%; height:100%;}
div { display: block; }


#alternateContent {
	width:900px;
	margin: 10px auto 10px;
	background: black;
	position: relative;	
}

#introText {
	position: absolute;
	left: 50px;
	top: 500px;
	width: 750px;

}	
#flashText {
	position: absolute;
	left: 50px;
	top: 585px;
	width: 750px;

}
p {
	font: 12px, Arial, Sans-Serif;
	color: #ffffff;
	font-weight: normal;
}
a {
	font: 14px, Arial Sans-Serif;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}



#overlay-content {
	width:725px;
	margin: 0px auto;
	z-index: 100;
	position:absolute;
	
}

#animate-div {
	position: relative;	
	width: 100%;
	top: 2000px;
	display:none;
}

#bg {
	position: absolute;
	display: block;
}

#close-button {
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
}

#x-icon {
	display: block;
	position: absolute;
	top: 20px;
	right: 12px;
	
}

.facebook-line {
	display: block;
	position: absolute;
	width: 677px;
	top: 92px;
	left: 13px;
	border-bottom: 1px solid #ccc;
}

#num-comments {    
	display: block;
	position: absolute;
	top: 100px;
	left: 13px;
}

#comments {
	display: block;
	position: absolute;
	top: 90px;
	left: 13px;
	width:  688px;
	height: 460px;
	overflow: auto;
}













