@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color:#000;
	padding:0 0 0 0;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#C96;
	}
h6 {
	color:#000;
	font-size:11px;
	}
h3 {
	color:#C96;
	font-size:15px;
	}
h1 {
	color:#C96;
	font-size:25px;
	}
hr {
	color:#C96;
	size: 3px;
	width: 500px;
	}
#bg_image {
	background-repeat: no-repeat;
	bottom: 0px;
	right: 0px;
	position:fixed;
	}
#pageHeader {
	background-image:url(images/title.jpg);
	height: 150px;
	width: 668px;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	position: absolute;
	}
#sidesplat {
	background-image:url(images/sidesplat.jpg);
	height: 318px;
	width: 171px;
	background-repeat: no-repeat;
	margin-top: 0px;
	position: absolute;
	top: 150px;
	left: 0px;
	}
#menu {
	background-image:url(images/menuscroll.png);
	background-repeat: no-repeat;
	background-position:center;
	position:fixed;
	height:100px;
	width: 80%;
	bottom: 0px;
	left: 170px;
	z-index: 20;
	}
#thumbcontainer {
	width: 80%;
	position:relative;
	top: 200px;
	left: 170px;
}
a:link {
	color: #993300;
	text-decoration: none;
	font-size:14px;
	}
a:visited {
	color: #999900;
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
	}
a:link {
	color:#C96;
	text-decoration: none;
	}
a:visited {
	color: #C96;
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
	}
#extraDiv1 {
	background-image:url(images/splat_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 224px;
	width: 350px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 5;
}	
#extraDiv2 {
	background-image:url(images/splat_br.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 224px;
	width: 164px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}	
#designed_by {
	background-image:url(images/warmachine_splat.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 63px;
	width: 260px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}
#splat {
	background-image:url(images/splat_bg_01.png);
	position:absolute;
	left: 115px;
	height: 193px;
	width: 160px;
	top: 1000px;
}
#splat_2 {
	background-image:url(images/splat_bg_01.png);
	position:absolute;
	right: 115px;
	height: 193px;
	width: 160px;
	top: 725px;
}

