/* @override http://www.andylevin.com/Coney_Flip/css/liquid-green.css */

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

body {
	width: 400px;
	height: 500px;
	
}

#fbContainer {
    background-color: #000000;
	float: none;
	clear: none;
	position: absolute;
	top: -80px;
}


#fbFooter {
	
	height: 49px;
	background: #000000 url('../img/footerBackground.gif') repeat-x fixed;
	visibility: hidden;
}


.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	margin-top: 0px;
	margin-left: 15px;
	overflow: visible;
	position: relative;
}

#fbMenu {
	
	float: right;
	margin-top: 9px;
	margin-right: 15px;
	}
	

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
	visibility: visible;
}
#altmsg:hover { 

	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

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

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