#footer {
	padding-bottom: 20px;
}

div.demonav { 
	position: relative ;
    text-align: center ; 
}
div.demonav p {
 	color: black ;       
    background-color: #AD1239 ;  
    position: fixed ;    
    bottom: 0 ;
    left: 0 ; 
    right: 0 ;
	margin-bottom: 0px;
    padding-top: 10px ;
	height: 20px;
} 

div.demonav a{
	font-size: 110%;
	font-weight: bold;
	color: white;
    margin-top: -5px ;
} 

div.demonav a:hover{
	text-decoration: underline;
} 

div.demonav .fLeft{
	color: #CCCCCC;
	font-size:12px;
	position:absolute;
	bottom: 7px;
	left: 10px;
	float: left;
} 

div.demonav .fRight{
color: #CCCCCC;
	font-size:12px;
position:absolute;
	bottom: 7px;
	right: 10px;
} 