
body {
	min-height: 768px;
	min-width: 984px;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3D5B75;
	margin: 0;
	padding: 0;
	color:#FFF;
	
	}

p, ul{
	color: #a1bad0;
	
}
#flashcontent {
		/* for mozilla */
		position:relative;
	    min-height: 723px;
	    min-width: 960px;
	    height: 100%;
	    width: 100%;
		overflow: auto;
		border: 0;
		cellspacing: 0;
		cellpadding: 0;
		z-index:40;

	    /* for IE */
	    height: expression( Math.max( document.body.clientHeight, 768 ) + "px" );
	    width:  expression( Math.max( document.body.clientWidth,  984 ) + "px" );
	}
	

html {
	height: 100%;
	overflow: auto;
}

#facebook_holder{
	display:block;
	position:absolute;
	top:715px;
	width:100%;
	height:1px;
	z-index:110;	
}

#facebook_like{
	position:relative;
	width:984px;
	height:1px;
	margin:0 auto;
	left:662px;
}