* {
	scrollbar-face-color: #eaeaea;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #eaeaea;
	scrollbar-darkshadow-color: #eaeaea;
	scrollbar-track-color: #fbfbfb;
	scrollbar-arrow-color: #c2c2c2;
}
body {
	font: 10px Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	color: #6ead2a;
	background-color: #0d2a0e;
	background:#0e2b0f url(images/bg_migz.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link, a:visited {color : #29721c; text-decoration: none;}
a:hover, a:active { color: #123f0a; text-decoration: none;}

#holder {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}
#info {
	width: 550px;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#bottom {
	width: 550px;
	height: 30px;
	text-align: right;
	font: 9px Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	color: #1b5311;
} 
#bottom a {color: #1b5311;} 
#bottom a:hover {color: #6ead2a;} 
#bottom a:active {color: #000000;}

.title {font-size: 13px; color:#6ead2a }
UL  {list-style-image: url('images/arrow.gif'); color: #29721c; line-height: 13px; margin-top: 5px;}