body {
	margin: 0;
	padding: 0;
	text-align: center;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #E8E5D6 url(images/bg_body.gif);
}
#maincontainer {
   background-image:url('images/intro_bg.jpg');
	width: 1000px;
	height: 882px;
	text-align: left;
	padding: 0;
}
#flags {
	width: 375px;
	height: 47px;
	/*margin: 328px 307px 508px 318px;*/
	margin: 328px 0 0 392px;
	position: absolute;
	clear: both;
}
#footer {
	width: 1000px;
	background-color: Black;
	text-align: center;
	color: #fff;
	font-size: 9px;
	padding: 6px 0;
}
.see {
	margin: 450px 0 0 403px;
	position: absolute;
}
#awardslink {
	width: 600px;
	height: 280px;
	margin: 520px 0 0 230px;
	position: absolute;
	display: inline-block;
	float: left;
}

#awardslink a{
	display:block;
	width:600px;
	cursor: pointer;
	height:280px;
	float: left;
	text-decoration:none;
}



