html, body{
        padding: 0px;
        margin: 0px;
		background-color: #82ab08;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}

#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/83a51cBackground.gif');
	background-repeat: repeat-x;
		z-index: 1;
		position:fixed;
		bottom:0px;
		width:100%;
}
#topbar {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/top83a51cBackground.gif');
	background-repeat: repeat-x;
		z-index: 1;
		font-size:16px;
		line-height:280%;
		
}
#p1 {
position:fixed;
left:15px;
}
#p2 {
top:2px;
position:fixed;
right:170px;
font-size:12px;
color:#00FFFF;
}
#p3 {
top:1px;
position:fixed;
right:80px;
font-size:12px;
}
#p4 {
top:0px;
position:fixed;
right:0px;
}

#ContainerDivID {
	z-index: 99999;
	background-color: black;
	bottom: 49px;
	right: 10px;
	position: absolute;
	visibility: hidden;
}


#centreMenuBottom {
	margin-top: 8px;
}


.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
	z-index:1;
}

#price{
position:relative;
top:-14px;
color: #5c6b4a;
background: #000000;
border: 2px solid #5c6b4a;
font-size: 12px;
text-align:center;
}


#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;
}

