html, body{
        padding: 0px;
        margin: 0px;
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}


#fbFooter {
	height: 45px;
	background: #000000 url('../img/footerBackground.gif') repeat-x;
	position: relative;

}
/*#fbFooter *{
	border: 1px solid #FFCCCC;
}*/

.fbPaginationMinor {
	color: #136f7f;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}


#fbMenu {
	text-align:center;
}
.eskuin{
	position:absolute;
	left:0;
	top:0;
}	

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

@media all and (max-width:640px){
	#fbFooter{
		height:auto
	}
	.eskuin{
		position:relative;
	}
	#fbMenu{
		width:100%;
		display:inline-block;
	}
}