@import url("page.css");

html { 
scrollbar-arrow-color:#FFFFEA; 
scrollbar-track-color:#336600; 
scrollbar-face-color:#336600; 
scrollbar-highlight-color:#336600; 
scrollbar-3dlight-color:#66CC00; 
scrollbar-darkshadow-color:#66CC00; 
scrollbar-shadow-color:#336600; 
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	background-color: #336633;
}
#wrappper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#bk {
	background-image:  url(../pix/bk-course.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#contents {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*----------------------- footer -----------------------*/
#footer {
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.footerTxt {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.footerTxt A {
	color: #FFFFFF;
	text-decoration: none;
}
