.top {
	background-image:url(../pic/top.jpg);
	background-repeat:no-repeat;
        width:1260px;
        height:250px;
        background-position:center;


}

.main {
	background-image:url(../pic/main.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position: right;
	width:1087px;
	height:800px;
	padding-left:5px;
	padding-right:5px;
	position:absolute;
	left:163px;
	top:0px;
	text-align: left;
	vertical-align: top;
	overflow: scroll;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-track-color: #FFFFFF;
	scrollbar-3Dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF; 	
	scrollbar-base-color: #FFFFFF;
	
	
}

.menu {

        background-image:url(../pic/menubg.jpg);
        background-repeat:repeat;	
        width:163px;
	height:900px;
	top: 250px;
	position: absolute;
	left: 0px;
	padding-right:10px;
	padding-left:5px;
}


.bottom {
	
	background-image:url(../pic/menubg.jpg);
        background-repeat:repeat;
        width:1260px;
        height:100px;
        padding-top:10px;
	padding-bottom:5px;
        background-position:center;
        position:absolute;
        top:1050px;
        left:0px;
        text-align: center;
	vertical-align: center;
        
       
}
        

a:link {color: #0000ff; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #999999; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }


.red{ color:red;}

.main2 {
	background-image:url(../bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	width:800px;
	height:600px;
	top:0px;
	bottom:0px;
	position:absolute;
	text-align: left;
	vertical-align: top;
	overflow: scroll;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-3Dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF; 	
	scrollbar-base-color: #FFFFFF;
}




.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #666666;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #FFFFFF;
width: 145px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #999999;
color: black;
}