* {
	margin: 0;
	padding: 0;}
	
body {
	background-color: #000000;
	background-image: url(graphics/background.jpg);
	background-repeat: no-repeat;
	background-position:center; 
	background-position:top;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	width: 980px;
	font-family:"Georgia", Regular, crisp;}

a {
	color: #FFFFFF;
	text-decoration: none;}
	
div#homepagebanner {
    background-image:  url(graphics/spinningnation_home.png);
    background-repeat: no-repeat;
    height: 296px;
    width: 980px;
}

div#homepagebannertext {
    position: relative;
    height: auto;
    width: auto;
    left: 630px;
    top: 20px;
	text-align: left;
}

h1 {
	background: transparent url(graphics/spinningnation_h1_bg.jpg) no-repeat 0 0;
	height: 594px;
	margin: 0 auto;
	width: 900px;}
	
h1 span {
	display: none;}
	
h2 {
	margin: 20px auto;
	text-align: right;
	width: 900px;}
	
h2 img {
	border: 0;}
