/*
 *	Author: haijd
 *	E-Mail: haijd.yuyi@gmail.com
 */

/*	HTML元素设置
 *************************************************/

* {margin: 0;padding: 0;}
body {background: #000 repeat-x bottom left;color: #000;font-size: 89%;font-family: verdana,tahoma,arial;height: 100%;overflow: hidden;}
img {border: none;}

a:link,
a:visited,
a:active {color: #6FA425;text-decoration: none;}
a:hover {color: #fff;text-decoration: none;}

/*	框架结构设置
 *************************************************/

#main {border: 0px solid #000000;width: 100%;height: 400px;position: absolute;background-color: #f7f7f7;z-index: 10000;top: 50%;margin: -200px 0 0 0;}
#menu {border: 0px solid #000000;position: absolute;left: 10px;top: 5px;z-index: 5000;}
#lower_left_corner {border: 0px solid #000000;position: absolute;left: 0px;bottom: 0px;width: 480px;height: 149px;background: url('left.gif') no-repeat bottom left;z-index: 500;}
#body {background: url('right_3.gif') no-repeat bottom right;border: 0px solid #FF0000;position: absolute;right: 0px;bottom: 0px;width: 612px;height: 400px;z-index: 1000;}

/*	内容设置
 *************************************************/

/* 菜单相关设置 *****/

#menu ul {list-style: none;}
#menu ul li {float: left;margin-right: 5px;}
#menu ul li a {display: block;padding: 2px 8px 2px 3px;}
#menu ul li a:hover {background-color: #6FA425;}

/* 左下角图片设置 *****/
/* 右侧版面设置 *****/

#body_left {background: url('right_1.gif') no-repeat bottom left;border: 0px solid #000000;float: left;width: 286px;height: 400px;}

#body_center {background: url('right_2.gif') no-repeat bottom left;border: 0px solid #ff0000;float: left;font-size: 12px;width: 158px;height: 400px;}
#body_center div {border: 0px solid #ff0000;margin-left: 5px;position: absolute;bottom: 30px;}
#body_center span {background-color: #FF8A00;color: #fff;line-height: 180%;padding: 1px 2px;}
#body_center a {background: #FFF;padding: 3px 5px;}
#body_center a:hover {background-color: #FF8A00;}


/*	其它设置
 *************************************************/

/* 版权样式 *****/

#copyright {border: 0px solid #00FF00;color: #fff;font-size: 12px;text-align: right;bottom: 8px;right: 10px;position: absolute;}

