@charset "utf-8";
.footer {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	text-align:inherit;
	color:#FFF
}

.style1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	text-align: center;
	color: #fff
}

.style2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

#content, #links, #background{
	width:915px;
	border:0px;
}

#background{
	position:relative;
	margin:0 auto;
	width:915px;
	z-index:1;
	height:615px;
}

#links {
	position:absolute;
	width:180px;
	height:550px;
	z-index:2;
	margin-left:18px;
	margin-top:18px;
}

#content {
	position:absolute;
	width:700px;
	height:425px;
	z-index:3;
	margin-left:216px;
	margin-top:165px;
	overflow:auto;
}