body{
	background-color: #223f02;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
}
#divFullScreen{
	position: absolute;
	width: 100%;
	height: 100%;
}
.divBanner{
	background-image: url('images/banner.png');
	margin-left: auto;
	margin-right: auto;
	width: 905px;
	height: 220px;
}
.divMain{

	margin-left: auto;
	margin-right: auto;
	width: 905px;
	background-color: #dff0df;
}
.divBottom{
	background-image: url('images/bottom.png');
	margin-left: auto;
	margin-right: auto;
	width: 905px;
	height: 119px;
}
.divBannerLogin{
	padding-top: 10px;
	width: 100%;
	height: 30px;
}
.divWelcomeNote{
	position: relative;
	padding-top: 50px;
	width: 200px;
	height: 30px;
	color: #CCCCCC;
	text-align: right;
	margin-left: 620px;
	font-size: 10px;
}
.divNewsStripe{
	float: left;
	width: 215px;
	height: 300px;
}
#anketa{
	background-image: url(images/greenNews.png);
}
#news{
	background-image: url(images/whiteNews.png);
}
.divMiddleContent{
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.divMenu{
	margin-top: 51px;
	margin-left: 100px;
	width: 80%;
	height: 20px;
	font-size: 11px;
}
.divMenuElement{
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
	float: right;
	text-align: center;
	font-weight: bold;
	color: white;
	cursor:hand;
}
.divMenuElement:hover{
	color: #00CC00;
	border-bottom: 4px solid #213b02;
	cursor:hand;
}
input.text{
	font-family: verdana;
	border: 1px solid #47b649;
	background-image: url('images/text07.jpg');
	font-size: 10px;
}
input.button
{
	background-image: url('images/statusStripGreen.png');
	color: white;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #47b649;
	padding: 2px;
}
a:link {
	color: #76a002; 
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #76a002; 
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #76a002; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	color: #76a002; 
	text-decoration: underline
}