@font-face {
	font-family: Chill;
	src: url(http://www.halloweenie.net/fonts/chiller.ttf) format('truetype'), local('Chiller') format('truetype');
}

body {
	background-image: url('../images/HalloweenieHouseLight.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-family: 'ManicMondayRegular';
	font-style: normal;
	font-weight: bold;
	/*src: url('../fonts/chiller.ttf');*/
	text-shadow: 5px 5px 10px #000;
	}
/* Properties that both side lists have in common */
/*
div.link-list {
	width: 10.2em;
	position: absolute;
	top: 0;
	font-size: 120%;
	padding-left: 1%;
	padding-right: 1%;
	margin-left: 0;
	margin-right: 0;
	}
*/

#wrapper {
	width:900px;
	/*height: 800px;*/
	margin: 0 auto;
}

#banner {
	width:900px;
	height: 50px;
	font-size: 50pt;
	color: red;
}

#banner-sub {
	width:900px;
	height: 50px;
	font-size: 30pt;
	font-style: italic;
	color: red;
}

#main {
	width:900px;
	height: 400px;
	font-size: 40pt;
	color: yellow;
	}
	
#left-content {
	width:450px;
	left: 0;
	float: left;
	font-size: 30pt;
	color: orange;
	top: 50%;
	transform: translate(-10%, -50%);
	}
	
#right-content {
	width:450px;
	right: 0;
	float: right;
	font-size: 30pt;
	color: orange;
	top: 50%;
	transform: translate(10%, -50%);
	}
	
#footer {
	width:900px;
	height: 100px;
}