DIV#campaign_window
{	position: absolute;
	z-index: 10000;
	top: 10px;
	left: 50px;
	width: 100px;
	height: auto;
}

DIV#campaign_window DIV#shadow
{	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 692px;
	background: url(../site_mainGraphics/campaign_window/shadow_background.png) no-repeat 0px 0px;
}

DIV#campaign_window DIV#content
{	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 650px;
	background: url(../site_mainGraphics/campaign_window/content_background.jpg) no-repeat 0px 0px;
}

DIV#campaign_window DIV#content IFRAME
{	width: 690px;
	height: 470px;
	border: none;
	margin: 60px 80px 20px 80px;
}

DIV#footer
{	position: absolute;
	z-index: 0;
	top: 540px;
	left: 80px;
	width: 690px;
	height: auto;
	padding: 0px !important;
	background: #999999 url(../site_mainGraphics/campaign_window/content/top_navigation_rc.png) no-repeat right top;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
}

DIV#footer A
{	color: #FFFFFF;
	text-decoration: none;
	line-height: 10px;
	padding: 5px 20px 7px 20px;
	border-right: solid 1px #FFFFFF;
	display: block;
	float: left;
}

DIV#footer A.first
{	background: url(../site_mainGraphics/campaign_window/content/top_navigation_lc.png) no-repeat left top;
}

DIV#footer A:hover
{	background-color: #666666;
}