@CHARSET "ISO-8859-1";
body
{
	background: #000;
	color: #333;
	font-size: 11px;
	margin-top:-4px;
	font-family: Verdana, serif;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


p
{
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
}
#footer .logo{
	background-image: url(../img/logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: right;

}


