@charset "utf-8";
/* CSS Document */

body{
	background-color: #214A74;
	padding: 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.625em;
}
#all{
	position: relative;
	margin:0 auto;
	width: 100em;/*
	left: 50%;
	margin-left: -50em;*/
	
}
#group{
	position:relative;
	float:left;
	
	width:96em;
	padding:0em 2em 0em 2em;
	margin:0em;
	background:url(../img/bg_grass.jpg) no-repeat;
	height:50em;
	overflow:hidden;
	
	width:78em;
	padding-left:11em;
	padding-right:11em;
	padding-top:15em;
}
#example {
	position:relative;
	float:left;
	margin:0em;
	padding:0em;
	width:100%;
	text-align:center;
}
#footer {
	position:relative;
	float:left;
	margin:0em;
	padding:0em;
	width:99%;
	text-align:right;
	color:#fba405;
	margin-top:1em;
	border-top:1px dotted #fba405;
}
#footer a {
	color:#fba405;
	text-decoration:none;
}
#footer a:hover {
	color:#fba405;
	text-decoration:underline;
}
.logo {
	position:absolute;
	width:26.5em;
	height:9.5em;
	left:0;
	top:0;
	
	margin-top:8em;
	z-index:11;
	margin-left:9em;
}
