body {
	background-color: 	#000;
	text-align:			center;
	width: 				900px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	margin-left:		auto;
	margin-right:		auto;
}
	
p {
	color:				#561C8C;
	text-align:			justify;
	}
	
p.white {
	color:				#FFF;
	text-align:			justify;
	}
	
p.center {
	text-align:			center;
	}
	
p.indent {
	text-indent:		5px;
	}
	
a {
	color:				#FFFFFF;
	}
	
a:link {
	color:				FFFFFF;
	font-size:			12px;
	text-decoration: 	none;
	}

a:visited {
	color:				#FFFFFF;
	font-size:			12px;
	text-decoration: 	none;
	}

a:hover {
	color:				#561C8C;
	font-size:			12px;
	text-decoration:	underline;
	}
	
.images {
	border: 			1px solid #FFFFFF;
	}

#navlist li {
	color:				#FFFFFF;
	list-style-type: 	circle;
	}
	
div#wrapper {
	text-align:			center;
	}

div#info {
	width: 				300px;
	position: 			absolute;
	text-align: 		center;
	z-index: 			30;
	top: 				140px;
	left: 				675px;
} 

div#top {
	background-color: 	#000;
	position: 			fixed;
	width: 				900px;
	height: 			150px;
	z-index: 			20;
	margin-left: 		auto;
	margin-right: 		auto;
	top: 				0px; 
}

div#main {
	position: 			fixed;
	margin-left: 		auto;
	margin-right: 		auto;
	z-index:			10;
	top:				150px;
	}
	
div#info2 {
	position: 			absolute;
	text-align:			left;
	z-index:			10;
	top: 				200px;
	left: 				100px;
	}
	
div#slide {
	position:			fixed;
	z-index:			15;
	top: 				200px;
	left: 				400px;
	}
	
div#footer {
	width:				900px;
	text-align:			center;
	position:			relative;
	top:				25px;
	left:				auto;
	z-index:			15;
	}
	
/*********************/
/* SIDEBAR */
/*********************/
#apinfo {
	position: absolute;
	width: 200px;
	margin-left: 0px;
	padding: 0px;
	top: 120px;
	list-style: none;
	font-size: 1em;
	color: #FFFFFF;
	text-align: left;
}
#apinfo li {
	display: list-item;
}

/* hack for IE 6 < to make entire block clickable */
* html #apinfo a {
	height: 1px; 
}

#apinfo a:hover {
	color: #FFFFFF;
	background-image: url(images/bg/bg_link_h.png);
}

<!--end SIDEBAR-->

#flipContainer
{
	width: 460px;
	height: 830px;
	margin-left: auto;
	margin-right: auto;	
}