@charset "utf-8";
/* CSS Document */


body {
	background-image:url(../templates/green/images/body_background.png);
	background-repeat:repeat-x; 
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img { border: none; }
div#container {
	margin: auto auto;
	width: 833px;
	height: 576px;
}
div#containerContent {
	width: 771px;
	height: 515px;
	float:left;
	background:url(../flash/area_background.png);
	background-repeat:repeat-x;
	background-position:top;
	
}

div#containerTop {
	background-image:url(../templates/green/images/gradient_top.png);
	width: 833px;
	height: 30px;
}
div#containerLeft {
	background-image:url(../templates/green/images/gradient_left.png);
	width: 30px;
	height: 517px;
	float:left;
}
div#containerRight {
	background-image:url(../templates/green/images/gradient_right.png);
	width: 30px;
	height: 517px;
	float:right;
}
div#containerBottom {
	background-image:url(../templates/green/images/gradient_bottom.png);
	width: 833px;
	height: 30px;
	clear:both;
}


