/* 	
	Table of Contents 
	
	[0] content
	
*/

/* content */

#content{
	position: absolute;
	width: 600px;
	height: 450px;
	left: 465px;
	top: 50%;
	margin-top: -225px;
}
footer{
	position: absolute;
	width: 700px;
	height: 25px;
	left: 365px;
	top: 530px;
	text-align: right;
}
/* [1] classes */
.scroll-pane {
	width: 600px;
	height: 450px;
	overflow: auto;
	display: none;
	/*float: left;*/
	outline-offset: none;
	outline:none;
}
.centered{
	text-align: center;
}
.right{
	position: absolute;
	left: 300px;
}
.right-150{
	position: absolute;
	left: 100px;
}
