@charset "UTF-8";
/* CSS Document */

body {
		background-color: black;
}

#main {
	 width: 789px;

}

#footer {
	width: 789px; 
	text-align: center;
}


p {
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 10px;
	line-height: 1.2;
}