body {
	background-color: #000000;
	text-align: center;
	margin-top: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/burst_b.gif);
	background-repeat: no-repeat;
	background-position: top center; 
}

#homeimage {
	margin-left: 20px;
}

#navigation {
	margin-top: 50px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	padding: 10px;
}

#navigation img {
	border: none;
}

a:link {
	border: none;
	color: none;
	text-decoration: none;
}

a:visited {
	color: none;
	text-decoration: none;
	border: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

#christmas {
	position: relative;
	top: -555px;
	margin-left: -550px;
}

#footer {
	color: silver;
	font-size: 70%;
}


