body {
	background-image: url("../i/fonx.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #101010;
	margin: 0;
	font-size: 9pt;
}

a {
	text-decoration: none;
	color: #0000ff;
}
.bodys {
	margin: 0;
	font-size: 9pt;	
	width: 1000px;
}
.bg {
	background-image: url("../i/bg.png");
	background-repeat: repeat;

}
.bg_nobord {
	background-image: url("../i/bg.png");
	background-repeat: repeat;
	border: 0;
	margin-top: 5px;
}
.bg_bord_bottom {
	border: 0;
	height: 100px;
}

.bg_bord {
	z-index: 20;
	border: 0;
}

.menu_head {
	background-image: url("../i/menu.gif");
	background-repeat: repeat-x;
	width: 98%;
	height: 20px;
	margin: 0;
	padding: 0;
	
}

.a_bg {
	width: 270px;
	cursor: pointer;
	height: 30px;
	margin-left: 10px;
}
a .a_bg {
	padding-left: 10px;
	line-height: 30px;
	color: #ddd;
	text-decoration: none;
	font-style: normal;
	font-size: 14pt;
	
}
a:link .a_bg {
	padding-left: 10px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-size: 14pt;
	
}
a:visited .a_bg {
	padding-left: 10px;
	line-height: 30px;
	color: #777;
	text-decoration: none;
	font-style: normal;
	font-size: 14pt;
	
}
a:hover .a_bg {
	padding-left: 10px;
	line-height: 30px;
	color: #ddf;
	text-decoration: none;
	font-style: normal;
	font-size: 14pt;
	
}
.png {
	border: none;
}
.clock {
	position: absolute;
	padding-left: 60px;
	z-index: 12;
	font-size: 12pt;
	font-weight: bold;
	font-family: 'comic sans ms', sans-serif, Tahoma, Verdana;
}