body {

	background-color: #d5ebf1;
	background-image: url(images/start_entry_bg.gif);
	background-repeat: repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#header {
	padding-top: 70px;
}

#main {
	width: 692px;
	margin: auto;

}

#select_boxes {
	width: 692px;
	height: 400px;
	margin-top: 20px;
}

#box_left {
	width: 212px;
	height:  392px;
	position: absolute;
	margin-left: 0px;
}

#box_center {
	width: 212px;
	height:  392px;
	position: absolute;
	margin-left: 230px;
}

#box_right {
	width: 212px;
	height:  392px;
	position: absolute;
	margin-left: 460px;
}

#footer {
	text-align: center;
	margin: auto;
	color: #476a74;
	
}
