html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #1A1A1A;
}

#AdContainer{ 
	margin: 0 auto;
	height: 148px;
	width: 728px;
	background-color: #000;
}

#TourContainer{
	margin: 0 auto;
	height: 248px;
	width: 728px;
	background-color: #000;
}

#AdBanner{ 
	margin: 0 auto;
	height: 148px;
	width: 728px;
	background-color: #000;
}

#AdTour{ 
	position: absolute;
	z-index: 1;
	display: none;
	height: 248px;
	width: 728px;
	background-color: #000;
}

#box a {
	display: block;
	text-align: center;
	width: 100%;
	color: #F37C20;
}

