* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	height: 100%;
	width: 100%;
	text-align: center;
}

#container {
	height: 100%;
	width: 956px;
	margin:0 auto;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	height: 215px;
	width: 956px;
}

#main{
	width: 956px;
	height: 1226px;
}

#left{
	position: relative;
	left: 0px;
	top: 0px;
}

#center{
	position: relative;
	left: 0px;
	top: 0px;
}

#right {
	position: absolute;
	left: 746px;
}

#footer{
	width: 956px;
	background-color: #C7EA93;
	text-align: center;
}

.manager_button {
	color: #FF0000;
}
