@charset "utf-8";
/* CSS for Carlson's Crypt Created by Liam Prestridge, and Matt Fournier at Milync digital design. http://www.milyncdigitaldesign.com */


body {
	background-color:#000000;
	margin:0px;
	color:#CCCCCC;
	height: 100%;
	min-height: 100%;
}

#container {
	margin-left: auto;
	margin-right: 10%;
	width:776px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
}

#header {
background-color:#000000;
}

#topborder {
background-image:url(images/topborder.gif);
background-repeat:no-repeat;
width:100%;
height:39px;
}

#text {
	padding-left: 50px;
	line-height: 1.6em;
	padding-right: 70px;
	height: 100%;
	padding-bottom: 20px;
}


#zombie {
	float:right;
	background-image:url(images/zombie.gif);
	background-repeat:no-repeat;
	position:relative;
	width:162px;
	height:208px;
	top:-39px;
	right:0px;
}

#bottom {
	text-align: center;
	left: 190px;
	background-image: url(images/botborder.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}

#topnav {
	float:left;
	background-image:url(images/sidenav.png);
	background-repeat: no-repeat;
	position:absolute;
	top:225px;
	left:12px;
	width:204px;
	height:415px;
	text-align:center;
	padding-top:48px;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #C9E278;
	text-decoration: none;
}
a:hover {
	color: #8AA92A;
	text-decoration: none;
}
#newcont {
	position:relative;
	left:auto;
right:auto;
margin-left:auto;
margin-right:auto;
width:760px;
	height:1420px;
	z-index:1;
}
#otherside {
	position:absolute;
	width:200px;
	height:201px;
	z-index:3;
	left: -4px;
	top: 435px;
	border:none;
}
