body  {
	font: Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0;
	text-align: center; 
	background-image: url(gct-website-bkgd.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat: no-repeat;
}
#container {
	width: 730px;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	font-size: small;
} 
#header {
	padding: 10px;
	text-align: right;
	
} 
#h1 {
	font-size: 45px;
}
#mainContent {
	padding: 15px;
} 
#footer { 
	padding: 0 10px 0 20px;
	} 
