body   {
	color: #CCCCCC;
	background-color: #000;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "MS Sans Serif", Tahoma, arial, Helvetica, Verdana;
	font-size: 11px;
	height: 100%;
	width: 100%;
}
a   {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover   { color: #FFFFFF; text-decoration: none }
/* mac hide */
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
	width: 100%;
}
#header {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 100%;
	border: 1px solid #222222;
}
#full {
	height: 100%;
	width: 100%;
}
.gr {
	font-weight: bold;
	color: #C5D300;
	margin-left: 25px;
	vertical-align: text-top;
	margin-bottom: 3px;
}
.info_block {
}
.info {
	margin-top: 50px;
	margin-left: 150px;
}

