@CHARSET "ISO-8859-1";

@IMPORT url("menu.css");
@IMPORT url("titles.css");
@IMPORT url("style.css");

body {
	background:#000 url(../images/rig2.jpg) repeat left top;
	text-align:center;
	margin: 0 0 0 0;
}

#outer {
	position:relative;
	margin:0 auto;
	width:990px;
	height:1391px;
}

#skull {
	position:absolute;
	left:0px;
	top:0px;
	width:310px;
	height:313px;
	background:transparent url(../images/rigormortis3_01.gif) no-repeat left top;
}

#skull a {
	display:block;
	width:310px;
	height:313px;
}

#skull span {
	display:none;
}

#logo {
	position:absolute;
	background:url(../images/rigormortis3_02.gif);
	left:310px;
	top:0px;
	width:503px;
	height:276px;
}

#logo h1 {
	display:none;
}

#rightBar {
	position:absolute;
	background:url(../images/rigormortis3_03.gif);
	left:813px;
	top:0px;
	width:177px;
	height:1391px;
}

#menuBar {
	position:absolute;
	left:0px;
	top:313px;
	width:310px;
	height:328px;
}

#content {
	position:absolute;
	left:310px;
	top:352px;
	width:503px;
	height:1039px;
	text-align:left;
}

#leftBar {
	position:absolute;
	background:url(../images/rigormortis3_07.gif);
	left:0px;
	top:641px;
	width:310px;
	height:750px;
}

.hide {
	display:none;
}

.boxFloatLeft {
	float:left;
	padding:5px;
	border:solid 1px #fff;
}

