html,body {
	background-color: #000000; 
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	min-width: 960px;
	height:100%; /* needed for container min-height */
	font-family: Tahoma, Geneva, sans-serif;	
	color: #ffffff;
	text-align: center;
}

#container {
	width: 1060px;
	margin: 0px auto;
	padding-top: 10%;
}

h1 {
	font-size: 130%;
	color: #eab825;
	margin: 80px 0px;
}

h2 {
	font-size: 150%;
	color: #ffffff;
}


a img {
	border: 0 none;
}

a:link		{color: #eab825; text-decoration: underline;}
a:visited	{color: #eab825; text-decoration: underline;}
a:hover		{color: #eab825; text-decoration: none;}