body {
	color: #cccccc;
	margin: 0px;
	background-color: #000000;
	background-image: url(bs_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}

a {
	color: #cccccc;
	text-decoration: none;
}

h1 {
	font-size: 1.1em;
}

#header {
	position: fixed;
	left: 350px;
	top: 10px;
	width: 653px;
	height: 26px;
	z-index:100;
	
	background-image: url(buttons.jpg);
	background-repeat: no-repeat;
	background-position: top left;

	padding-top: 8px;
	font-size: 12px;
	font-family:  sans-serif;
	font-weight: bold;
	text-align: center;
}

#header a {
	margin: 0px 15px;
}

#content {
	position: relative;
	left: 350px;
	top: 150px;
	z-index:1;
	width: 600px;
}
