*{
	padding:0px;
	margin:0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 1em;
	color: white;
}
body {
	height: 100%;
	background-color: #160704;
}
#container {
	width: 850px;
	margin: auto;
	padding:auto;
}
#home{
text-align: center;
}
#copyright{
text-align: center;
color: #E23B00;
}

a {
	color: #E23B00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}