body
{
	margin-top:10px;
	background-color:#ebebeb;
}

#frame
{
	width:1002px;
	height:100%;
	position:relative;
	left:50%;
	margin-left:-501px;
}

#header
{
	width:1002px;
	height:52px;
	background:url(img/header.jpg) no-repeat top;
	text-align:center;
	font:18px "arial black";
	text-shadow:0px 1px 0 #aaa;
	color:#333;
	cursor:default;
}
.title
{
	position:absolute;
	left:10px;
	top:10px;
}
.subjs
{
	position:absolute;
	right:10px;
	top:10px;
}

#subMenu
{
	width:1002px;
	height:150px;
	background:url(img/submenu.jpg) no-repeat top;
	text-align:center;
	font:bold 14px tahoma;
	text-shadow:1px 1px 0 #eee;
	position:relative;
	overflow:hidden;
}
.sm
{
	width:1002px;
	height:100%;
	text-align:center;
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-501px;
	cursor:default;
}
.powered
{
	width:100%;
	height:100%;
}
.sml
{
	color:#8a12a0;
}
.tempsm
{
	position:relative;
	top:15px;
}

#content
{
	width:1002px;
	height:400px;
	font:14px tahoma;
	text-align:center;
	padding-top:10px;
}
.contitle
{
	text-shadow:1px 1px 0 #fff;
	font-weight:bold;
}
.c
{
	width:1002px;
	position:absolute;
	left:50%;
	margin-left:-501px;
}
td
{
	width:501px;
}
.tempc
{
	width:1002px;
	position:relative;
	left:50%;
	margin-left:-501px;
}

#copy
{
	width:1002px;
	height:30px;
	background:url(img/copy.jpg) no-repeat top;
	text-align:center;
	padding-top:6px;
	font:bold 12px tahoma;
	text-shadow:1px 1px 0 #fff;
}

a{
	text-decoration:none;
	color:none;
}

