html, body {
	height: 100%;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}
body {
	background:#ffffff;
	margin:0;
	padding:0;
	color:#000;            
}

*{
	outline:none;
}

a { text-decoration:none; color:#003258; font-weight:bold;}
a:link	{  text-decoration:none; color:#003258; }
a:visited { text-decoration:none; color:#003258; }	
a:active { text-decoration:none; }
a:hover	{ text-decoration:underline; color:#000000;}

img
{
	border:0;
}

#page{
	z-index: 2;
	position:absolute;
	width:970px;
	height:830px;
	left:50%;
	margin-left:-485px;
	top:0;
	margin-top:0px;	
	overflow:hidden;
	text-align: left;
}


#content {
	height: 100%;
	text-align: center;
	padding:0px;
}

#fallBackCont{
	text-align: left;
	border:1px solid #003258;
	padding:25px;
	background-color:#ffffff;
}

#pageInfo{
	
}

#nav{
	background-color:#e6f0f0;
	border:1px solid #9ac3c1;
	padding:15px;
	padding-left:25px;
}

#fbLikeBtnCont
{
	position:absolute;
	width:90px;
	height:21px;
	left:47px;
	top:30px;
	overflow:show;
}

#fbCommentCont
{
	position:absolute;
	width:700px;
	height:370px;
	left:250px;
	top:150px;
	overflow:auto;
}