@charset "utf-8";
/* ---------------------------------------------
	layout.css
--------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
}
body {
	
	line-height: 160%;
	background-color: #2eac7f;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* header
---------------------------------------------------------- */ 

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height:49px;
	text-align: center;
	background-image: url(../index/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#flashContent {
	font-size:12px;
	width:100%;
	height:auto;
}

div#getFlash {
	text-align:center;
}




/* main
---------------------------------------------------------- */ 
#main {
	text-align: center;

}



/* footer
---------------------------------------------------------- */ 

#footer {
	padding-top:20px;
	padding-bottom:20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	background-color: #2eac7f;
}

