body {
	margin: 0;
	background: url(images/bg.jpg) repeat fixed;
	color: #746B56;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	cursor: pointer;
	cursor: hand;
}

#main {
	position:absolute;
	top: 50%;
	left: 50%;
	width:937px;
	height:593px;
	margin-top: -296.5px; /*set to a negative number 1/2 of your height*/
	margin-left: -468.5px; /*set to a negative number 1/2 of your width*/
	border:2px solid #ae9f88;
	text-align: center;
}


#home_01 {
	background-image: url(images/home_01.jpg);
	background-repeat: no-repeat;
	width: 697px;
	height: 593px;
	float: left;
}
#content {
	position: relative;
	left: 200px;
	top: 190px;
	width: 480px;
	height: 320px;
	overflow: auto;
}
#home_02 {
	background-image: url(images/home_02.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 168px;
	float: left;
}
#home_buttons {
	width: 92px;
	height: 425px;
	float: left;
}
#home_03 {
	background: url(images/home_03.jpg) no-repeat;
	width: 148px;
	height: 425px;
	float: left;
}

#footer {
	width:937px;
	text-align: center;
	float: left;
	margin-top: 10px;
	font-size: 10px;
}