*{
    margin:0;
    padding:0;
}

html{
    height:80%;
}

img{border:0px;}

body{
    margin: 0px auto;
    height: 80%;
    width: 90%;
    background-image: url('wall01.gif');
    background-repeat: repeat-y;
}

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

* html div#main{
    height:100%;
}

/*‘S‘Ě*/

div#main{
	width: 90%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
	margin-top: 40px;
	height: 100%;
	min_height: 80%;
}

body > #container {
        height: auto;
}



div#top{
margin-bottom: 15px;
}

/*menu•”*/

div#wmenu{
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
	list-style: none;
	position: absolute;
}
#wmenu h3{
margin-bottom: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
}

#wmenu ul{
	list-style: none;
}

#wmenu li{
line-height: 150%;
}

#wmenu a{
color: #000000;
text-decoration: underline;
}

#wmenu a:hover{
    width:100%;
    height:100%;
    color:#331100;
    background-color:#cccccc;
}

#foot{
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
}

#foot h4{
font-size: 13px;
margin-top: 10px;
margin-bottom: 10pt;
border-bottom-width: 1pt;
border-bottom-style: solid;
}

#foot a{
color: #000000;
text-decoration: underline;
}

#foot a:hover{
    width:100%;
    height:100%;
    color:#331100;
    background-color:#cccccc;
}