div#footer{
	width: 800px;
	letter-spacing: 15px;

	text-transform: uppercase;
	color: White;
	padding-top: 0px;
	padding-bottom: 0px;

	border: 1px solid white;

	font-weight: bold;
	font-size: 10px;

	background-color: #950505;
	margin: 5px 0px 0px 0px;

}

