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

body {	font: 8px arial, helvetica, serif;
	color: #000000;
	text-align: center;
	margin: 0;
	background-color: #000000;
	}

#container {
	float: center;
	position: relative;
	width: 500px;
	margin: auto;
	}

.alt {
     color: #ECC96A;
	font: 2.2em arial, helvetica, serif;
	padding: 2em 3em 0 3em;
	letter-spacing: .1em;
	}

a, a:hover, a:visited {
	color: #ECC96A;
	text-decoration: none;
	border-bottom: 1px dotted #ECC96A;
	}


img { border: 0; }
