/* CSS Document */

body {
margin: 0;
padding: 0;
background-color: #000000;
background-image: url(gfx/page_bg.jpg);
background-repeat: no-repeat;
background-position: top center;
/*background-attachment: fixed;*/
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #ffcc99;
	text-decoration: none;
	padding: 0;
	margin: 0;
}