﻿/* Pop Up Ad */
#popout {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 532px;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 200;
	overflow: hidden; }
#popout a, #popout a img {
	text-decoration: none;
	border: 0;
	outline: 0; }
#popout a span {
	display: none; }
#popout #cap {
	width: 20px;
	height: 532px;
	position: relative;
	left: 0;
	z-index: 202; }
#popout a#close {
	position: absolute;
	background: transparent url(transparent.gif);
	top: 500px;
	left: 650px;
	height: 20px;
	width: 130px; }
#popout #adbox {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 201;
	margin-left: -800px; }
