@charset "utf-8";

html {
	background:url(../images/bg.jpg) repeat-x #98C127;
	height:100%;
}
body {
	color:#FFFFFF;
	background:url(../images/bg.jpg) repeat-x #98C127;
	height:100%;
	margin:0;
	padding:0;
}
#flashArea {
	height:100%;
	outline:none;
}
#printArea{
	display:none;
}

