/* Global styles for all programs */
body, html {
	height: 100%;
  margin: 0;
  
  background: #000000 url(/promotions/ut3/images/body_tile.jpg) repeat;
  color: #fff;
}
#adBlockHelp {
  display: none;
}
#legalText, #seoText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #fff;
  line-height: 11px;
}
#logos {
	width: 731px;
	height: 95px;
	margin: 10px 0px;
	background: url(/promotions/ut3/images/logos.gif) no-repeat;
}


/* Framework styles */
#main {
	width: 1003px;
	height: 640px;
	background: url(/promotions/ut3/images/landing_bg.jpg) no-repeat;
}

#nav-box {
	position: absolute;
	width: 1003px;
	height: 56px;
	top: 287px;
	left: 0px;
}
#nav-bar {
	width: 1003px;
	height: 48px;
	list-style: none;
	margin: 4px 0px 0px 10px;
	padding: 0px;
}
#nav-bar li {
	float: left;
	height: 48px;
	margin-right: 11px;
}
#nav-bar li a {
	display: block;
	height: 48px;
}
#nav-bar li a span { margin-left: -9999px; }
#nav-bar li.nav-preload, #nav-bar li.nav-preload a {
	width: 252px;
	background: url(/promotions/ut3/images/btn_download.gif) no-repeat;
}
#nav-bar li.nav-notify, #nav-bar li.nav-notify a {
	width: 233px;
	background: url(/promotions/ut3/images/btn_notify.gif) no-repeat;
}
#nav-bar li.nav-feedback, #nav-bar li.nav-feedback a {
	width: 265px;
	background: url(/promotions/ut3/images/btn_feedback.gif) no-repeat;
}
#nav-bar li.nav-contest, #nav-bar li.nav-contest a {
	width: 199px;
	background: url(/promotions/ut3/images/btn_contest.gif) no-repeat;
}

#footer {
	width: 973px;
	padding-left: 10px;
	margin: 25px 0px 0px 0px;
}
  

/* Content styles */
#content-top {
  position: absolute;
  width: 393px;
  height: 240px;
  top: 46px;
  left: 580px;
  
  font-family: tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}
#content-bottom {
  position: absolute;
  width: 393px;
  height: 340px;
  top: 343px;
  left: 580px;
  
  font-family: tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}

/* Popup Styles */
#notify {
	width: 358px;
	height: 372px;
	margin: 0px;
	padding: 0px;
}

#thanks-box {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #ffffbe;
	background: url(/promotions/ut3/images/black-70.png) repeat;
}
* html #thanks-box {
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity=70);
}
