@charset "utf-8";
/* CSS Document */

#main {
	background-color: #000;
	margin: auto;
	width: 960px;
	text-decoration: none;
}

#header {
	font-size: 96px;
	color: #F60;
	height: 100px;
	width: 684px;
	background-color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
	background-image: url(images/BLUEbkgd_b.jpg);
	background-repeat: repeat-x;
	background-color: #305c64;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #C60;
}

#WholePage {
	width: 100%;
	margin: 0 auto;
	position: absolute;
    z-index: -1;
}

#CaptainWeirdoImg {
	background-image: url(images/CaptainWeirdoBackground.png);
	height: 842px;
	width: 735px;
	display: table;
	margin: 0 auto;
}

b.bg {
	background-color: #305c64;
}

blockquote.bg {
	background-color: #a3262d;
}
