*{
	margin:0px;
	padding:0px;
}

html,body{
	height:100%;
	margin:0px;
	padding:0px;
}

body{
	text-align: left;
	background-image: url(images/ABCP_background-02.jpg);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 11px;
	color: #FFFFFF;
}

#container{
	width: 838px;
	margin: 0px auto;
	padding: 0px;
	height: 500px;
	text-align: left;
}

#content{
	width: 650px;
	height: 622px;
	overflow: auto;
	position: absolute;
	float: left;
	top: 180px;
	margin-left: 90px;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	scrollbar-face-color:#999999;
	scrollbar-base-color:#999999;
	scrollbar-arrow-color:#FFCC33;
	scrollbar-track-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
	filter: chroma(color=#999999);
	overflow-x: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 2;
}

#tourinfo {
	width: 220px;
	height: 210px;
	text-align: left;
	font-size: xx-small;
	margin-left: 547px;
	position: absolute;
	top: 606px;
	overflow: auto;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	scrollbar-face-color:#999999;
	scrollbar-base-color:#999999;
	scrollbar-arrow-color:#FFCC33;
	scrollbar-track-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
	filter: chroma(color=#999999);
	overflow-x: hidden;
}

#join_list {
	position: absolute;
	top: 863px;
	text-align:center;
	width:838px;
	float:left;
	z-index: 4;
}

#banner {
	position: absolute;
	top: 971px;
	text-align:center;
	width:838px;
	float:left;
	z-index: 5;
}

#nav{
	position:relative;
	top:115px;
	margin:0px;
	padding:0px;
	width:838px;
	text-align:center;
}

#txt{
	width:420px;
	margin-left:60px;
}

ol{
	width:205px;
	}

#links{
	list-style-type:none;
	width:245px;
	margin:0px;
	padding:0px;
}

ol.tracks{
	list-style-type:decimal;
	padding:0px;
	margin:0px;
	clear:none;
	}

p{
	margin-bottom:10px;
}

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

a:hover{
	text-decoration:underline;
}