BODY {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
	font-weight: normal;
	background-image: url(../images/bg.gif);
	background-color: #F4F4F4;
}
A {
	font-family : Tahoma, Helvetica, sans-serif;
	color: #4682B4;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	font-family : Tahoma, Helvetica, sans-serif;
	color: #CC0033;
	font-weight: bold;
	text-decoration: underline;
}

#main {
	width: 600px;
	height: 290px;
	margin: 0px auto;
	background-image: url(../images/index.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: 1px solid #1F75A2;
}

#top {
	width: 600px;
	height: 279px;
	margin: 5px auto;
	background-image
	background-repeat: no-repeat;
	border: 1px solid #1F75A2;
	background: url(../top.jpg) left bottom;
}

.index_text {
	margin: 40px 0px;
	width: 600px;
	font-family : Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	float: right;
}

.flash_text {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	line-height: 25px;
	width: 260px;
	float: left;
	padding-left: 20px;
}

.html_text {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	line-height: 25px;
	margin-top: 0px;
	width: 260px;
	float: right;
	text-align: right;
	padding-right: 20px;
}

.paticka {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #A7A7A7;
	line-height: 25px;
	text-align: center;
	vertical-align: top;
	clear: both;
	margin-top: 180px;
}

