body {
	margin:0px;
}

#container {
	width: 600px;
	position: relative;
	margin:0px auto;
}
#header {
	background-image: url(../image/meo_challenge_header_img.gif);
	height: 97px;
	width: 598px;
}
#top_round {
	background-image: url(../image/meo_challenge_top_round.gif);
	height: 60px;
	width: 518px;
	margin-top:11px;
	margin-left:55px;
}
#content {
	background-image: url(../image/meo_challenge_middle_bg.gif);
	height: 254px;
	width: 518px;
	margin-left:55px;
}
#bottom_round {
	background-image: url(../image/meo_challenge_bottom_round.jpg);
	height: 37px;
	width: 518px;
	margin-left:55px;
}
.heading {
	font-family: Tahoma;
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
.grey_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
}
.border {
	border: 1px solid #c1c1c1;
}
.body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	text-decoration:none;
}
a.body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	text-decoration:underline;
}
a:hover.body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	text-decoration:none;
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #686868;
}

