﻿/* This is the Main Style for the Interface Root... */

.control_image
{
	position:absolute;
	background-repeat: no-repeat;
	cursor: pointer;
}

.centered_content
{
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
}
		
.left_edged_content
{
	position:absolute;
	left:50%;
	margin-left:-400px;
}

.right_edged_content
{
	position:absolute;
	right:50%;
	margin-right:-400px;
}

.content_paper
{
	height:2749px;
	background-color:black;
	margin-top:0px;
}
