#footer {
    position: relative;
    clear:both;
    margin: 0 auto;
    height:40px;
	text-align: center;
}

#footer p{
    width: 100%;
    position: relative;
    margin: 0 auto;  
    font-family: verdana, arial;
	font-size: 90%;
	font-weight:bold;
	color: #333;
	text-align: center;
	
}

#footer em{
    display:block;
    float: right;
    font-style:normal;
}


#footer strong{
    display:block;
    font-weight:normal;
}

