* {
	margin: 0px;
	padding: 0px;
	}
body {
	background:#342c29 url("./images/bg.gif") no-repeat center bottom;
	overflow:hidden;
	padding-top:70px;
	padding-bottom:20px;
	scrollbar-face-color:#f8f7ea;
	scrollbar-highlight-color:#f8f7ea;
	scrollbar-shadow-color:#f8f7ea;
	scrollbar-3dlight-color:#f8f7ea;
	scrollbar-arrow-color:#342c29;
	scrollbar-track-color:#f8f7ea;
	scrollbar-darkshadow-color:#f8f7ea;
	}

#head {
	background:#342c29 url("");
	position: absolute;
	left: 0px;
	top: 0px;
	height:70px;
	width: 100%;
	}
#menu {
	background:#f8f7ea url("");
	height:70px;
	width:900px;
	}

#main {
	text-align:center;
	overflow:auto;
	position:relative;
	height:100%;
	width:900px;
	}
#box {
	color:#342c29; font-size:12px; line-height:22px;
	margin:30px;
	margin-bottom:20px;
	padding-bottom:300px;
	text-align:left;
	}
td {
	color:#342c29; font-size:12px; line-height:22px;
	}

#foot {
	color:#ffffff; font-size:10px; line-height:20px;
	position: absolute;
	height:20px;
	width:100%;
	bottom:0px;
	}

a:link { color:#006599;}
a:visited { color:#006599;}
a:hover { color:#006599;}
a:active { color:#006599;}

