/*****************************************
*****************BOTTOM****************
*****************************************/

div#bottom {
	float:left;
	width:100%;
	text-align:center;
	background:#000;
	background-image:url(/images/bg-grad.png);
	background-repeat:repeat-x;
	background-position:top;
}

div#footer {
	max-width:998px;
	width:1000px;
	color:#000999;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px;
	border:solid 1px #FF3399;
	border-width:0px 1px 0px 1px;
}

#footer_links{
	padding:0px 5px;
	margin:0px;
	color:#fff;
}

#footer_links a {
	padding:5px 5px;
	margin:0px;
	color:#FF3399;
	display:inline;
	text-decoration:underline;
}

div#footer p {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#FFFFFF;
}

div#footer p img {
	text-align:center;
	margin-bottom:-3px;
}

div#footer p a {
	display:inline;
}

div#footer p a:hover {
	color:#FFF;
}