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

body {
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container #navigation {
	text-align: center;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	color: #FFF;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	color: #FFF;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	color: #FFF;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
}
a {
	color: #606;
}
#container #footer {
	text-align: center;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
