body {
	background-image: url(images/bg.gif);
}
body,td,th {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
img {
	border: 0px;
}
.bg  {
	position: absolute;
	left: 0;
	height: 239px;
	width: 100%;
	z-index:1;
}
#bg_top {
	top: 0;
	background-image: url(images/bg_top.gif);
}
#bg_bottom {
	bottom: 0;
	background-image: url(images/bg_bottom.gif);
}
#start {
	position:absolute;
	width: 510px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -255px;
	z-index:99;
}
#main {
	position:absolute;
	width: 560px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -280px;
	z-index:99;
}
#main #logo {
	position: absolute;
	z-index: 99;
}
#start #logo {
	margin-bottom: 10px;
}
#start #lng a {
	display:block;
	background-image: url(images/bg_btn.gif);
	width: 445px;
	padding: 5px 10px;
	margin: 5px 0 0 45px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	cursor:pointer;
}
#start #lng a:hover {
	background-color: #FFFFFF;
	color:#999999;
	text-decoration: none;
}
#start #lng img {
	margin-right: 5px;
}
#content_area {
	position: absolute;
	top: 117px;
}
#menu {
	position: absolute;
	left: -95px;
	top: 162px;
	width: 120px;
	padding: 10px;
	text-align: right;
	background-image: url(images/bg_btn.gif);
	color:#666666;
	font-size: 12px;
	font-weight:bold;
	z-index: 100;
}
#menu a {
	display: block;
	padding: 1px 3px 1px 0;
	width: 100%;
}
#menu a:hover {
	background-color: white;
	text-decoration: none;
}
#city {
	position: absolute;
	right: 0;
	top: 0;
}
.title {
	background-image: url(images/bg_btn.gif);
	width: 445px;
	height: 30px;
	padding: 15px 0 0 20px;
	margin: 0 0 0 45px;
	color:#666666;
	font-size: 18px;
	font-weight:bold;
}
.content {
	background-color: #FFFFFF;
	width: 425px;
	height: 370px;
	overflow: auto;
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 45px;
	color:#666666;
}
.content p {
	margin: 0 0 10px 0;
	padding: 0;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #C1C1C1;
}
#main #lng {
	position: absolute;
	right: 0px;
	top: 205px;
}
#main #lng img {
	margin-left: 1px;
}

#footer {
	width: 445px;
	height: 15px;
	padding: 10px;
	margin: 10px 0 0 45px;
	color: #FFFFFF;
	font-size:10px;
	background-color: #CCCCCC;
}
.left {
	float: left;
	}
.right {
	float: right;
}

td {
	padding: 0;
	margin: 0;
}
tr {
	padding: 0;
	margin: 0;
}