@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/popupBannerViewer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.headline {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.mainText {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.mainLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099CC;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.overlay{
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 100%;
  background: #000000;
  opacity: 0.3;
  -moz-opacity: 0.3; /* older Gecko-based browsers */
  filter:alpha(opacity=30); /* For IE6&7 */
}

#column728 {
  position: relative;
  float: left;
  width: 768px; /* Add 20 pixels to each side (40 total) */
}

#column728 .content {
	width: 728px;
	padding: 20px;
}

#column300 {
  position: relative;
  float: left;
  width: 340px; /* Add 20 pixels to each side (40 total) */
}

#column300 .content {
	width: 300px;
	padding: 20px;
}

#column336 {
  position: relative;
  float: left;
  width: 376px; /* Add 20 pixels to each side (40 total) */
}

#column336 .content {
	width: 336px;
	padding: 20px;
}

#column425 {
  position: relative;
  float: left;
  width: 465px;
}

#column425 .content {
	width: 425px;
	padding: 20px;
}

#column977 {
  position: relative;
  float: left;
  width: 1017px;
}

#column977 .content {
	width: 977px;
	padding: 20px;
}

.content {
  position: relative;
}