/*****************/
/*footer.css*/
/****************/

#footer{
	width:100%;
	height: 20px;
}
#footer p{
	width:100%;
	line-height: 1.0;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	position:relative;
	top:15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FF0000;
	clear: both;
}