* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	height: 100%;
	width: 100%;
	text-align: center;
}

#container {
	height: 100%;
	width: 1000px;
	margin:0 auto;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	height: 400px;
	width: 1000px;
	background-image: url(images/index_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main{
	width: 1000px;
	height: auto;
}

#left{
	padding: 10px;
	width: 200px;
	height: auto;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}

#center{
	padding: 10px;
	float: left;
	width: 450px;
	position: relative;
}

#right {
	padding: 10px;
	width: 275px;
	height: auto;
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}

#footer{
	width: 1000px;
	height: 154px;
	clear: both;
	text-align: center;
	background-image: url(images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: -45px;
	z-index: -1;
}

.manager_button {
	color: #FF0000;
}