html, body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:arial;
}
#container {
	position:absolute;
	top:0px;
	left:0px;
	width:166px;
	height:246px;
	border:2px solid #1b1464;
	overflow:hidden;
}
			#head {
				position:absolute;
				top:0px;
				left:0px;
				width:166px;
				height:39px;
				background-color:#257db7;
				background-image:url(head.jpg);
				border-bottom:1px solid #1b1464;
				cursor:pointer;
			}
			#info_container {
				position:absolute;
				top:40px;
				left:0px;
				width:166px;
				height:165px;
				overflow:hidden;
			}
						/* #scroller {
							position:absolute;
							width:166px;
							height:auto;
						} */
									a.newsbox {
										position:relative;
										display:block;
										width:166px;
										/* height:56px; */
										height:30px;
										cursor:pointer;
										background-color:#fff;
										overflow:hidden;
									}
									a.newsbox:hover {
										background-color:#eee;
									}
												.datum {
													position:relative;
													width:158px;
													height:10px;
													padding:2px 4px 0px 4px;
													color:#094871;
													font-size:9px;
													line-height:12px;
													/* font-weight:bold; */
												}
												.rub {
													position:relative;
													width:158px;
													height:25px;
													padding:1px 4px 0px 4px;
													color:#000;
													font-size:10px;
													line-height:10px;
													font-weight:bold;
												}
												a.fler, a.fler:active, a.fler:visited {
													position:relative;
													display:block;
													height:15px;
													width:158px;
													padding:2px 4px 0px 4px;
													background:#eee;
													line-height:15px;
													vertical-align:middle;
													color:#094871;
													font-size:9px;
													text-decoration:none;
													background-color:#fff;
												}
												a.fler:hover {
													color:#fff;
													background-color:#094871;
												}
			#footer {
				position:absolute;
				top:205px;
				left:0px;
				width:166px;
				height:39px;
				border-top:1px solid #1b1464;
				z-index:100;
				background-color:#fff;
				display:block;
				cursor:pointer;
			}