body, html {
	height: 100%;
	margin: 0;

	background: rgb(254,254,254) url('/front/bg.png') repeat-x;
}

table {
	table-layout: fixed;
}

.hide {
	display: none;
}

.top, .mid, .bot {
	position: relative;
	width: 100%;
}

td.menu, td.menuOver {
	padding: 0 30px;
	cursor: pointer;
}

td.menuOver {
	background: url('/front/menu.png') repeat;
}

table.show {
	table-layout: auto;
	position: absolute;
	left: 51px;
	top: 172px;
	width: 925px;
	height: 283px;
	vertical-align: middle;
	font-size: 16px;
	font-family: arial;
	text-align: justify;
	color: white;
}

table.show td {
	padding-right: 30px;
}

table.show img {
	margin-left: 30px;
}

table.show span {
	font-size: 24px;
	color: rgb(255,200,0);
}

a {
	color: white;
	text-decoration: none;
	font-weight:bold;
}

.news div {
	margin: 10px 15px 20px 30px;
	font-family: verdana;
	font-size: 11px;
	color: rgb(160,160,160);
	cursor: pointer;
}

.news span {
	font-weight: bold;
	color: rgb(90,90,90);
}

table.tech {
	margin: 0 10px 0;
	text-align: left;
	vertical-align: middle;
	font-family: verdana;
	font-size: 11px;
	color: rgb(160,160,160);
	cursor: pointer;
}

table.tech .icon {
	width: 120px;
	text-align: center;
}
