.main_canvas {
	background-color: #BDB76B;
	background-position: top left;
	background-repeat: no-repeat;
	height: auto;
	left: 0px;
	min-height: 100%;
	min-width: 900px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.main_body {
	height: 500px;
	width: 545px;
	margin: 0 auto;
	min-height: 400px;
}
.header {
	height: 315px;
	width: 545px;
	margin: 0 auto;
	margin-top: 20px;
	float: left;
}
.links_container {
	height: 25px;
	width: 545px;
	float: left;
}

a.swap_image1 { /* on mouseout */
width: 179px; 
height: 25px;
margin: 0 auto;
float: left;
background: url(indexfiles/rw1.jpg) no-repeat;
}
a.swap_image1:hover { /* on mouseover */
background: url(indexfiles/rw2.jpg) no-repeat;
}

a.swap_image2 { /* on mouseout */
width: 263px; 
height: 25px;
margin: 0 auto;
float: left;
background: url(indexfiles/pp1.jpg) no-repeat;
}
a.swap_image2:hover { /* on mouseover */
background: url(indexfiles/pp2.jpg) no-repeat;
}

a.swap_image3 { /* on mouseout */
width: 103px; 
height: 25px;
margin: 0 auto;
float: left;
background: url(indexfiles/r1.jpg) no-repeat;
}
a.swap_image3:hover { /* on mouseover */
background: url(indexfiles/r2.jpg) no-repeat;
}