@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

#content {
	margin:0 auto;
	width:1000px;
	padding-top:180px;
	}

#footer {
	position:absolute;
	bottom:0px;
	background-image:url(bottom-bar.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:100%;
	left:0px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

img
{  border-style: none;
}

