#tour-scroll {

	height: 375px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	width: 700px;
	z-index: 1;
	position: relative;
}

#pop-center {
		margin: 0px auto;
		width: 370px;
		margin-top: 5px;
	}
	#pop {
		width: 350px;
		height: 325px;
		color: white;
		padding: 10px; 
		margin: 10px 0px;
		background-attachment: fixed;
		background-repeat: repeat-x;
		background-position: 0px 10px;
		background-image: url('../images/press-sub-bg.gif'); 
		border: 2px solid #467f99;
		overflow: auto;
	}
	
	#pop-center a {
		display: block;
		width: 100%;
		text-align: right;
		color: #2c5060;
		font-weight: bold;
		text-decoration: underline;
	}

#join-ml { 
		display: block;
		position: relative;
		top: 30px;
		left: 15px;
		font-size: 14px;
		font-weight: bold;
		color: white;
		text-decoration:none;
	}
	
A:link {
	color:#FFFFFF;
	text-decoration:none;
	text-decoration:underline;}
A:visited {
	color:#FFFFFF;
	text-decoration:none;
	text-decoration:underline;}
A:hover {
	color:#FFFFFF;
	text-decoration:none;
	text-decoration:underline;}	
