@charset "utf-8";
@import url('content.css');
@import url('text.css');

/* *************************************************
 * GENERAL CLASSES
 ************************************************* */
.clear { clear:both; }
.fLeft { float:left; }
.fRight { float:right; }

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }

strong, .bold { font-weight: bold; }
em, .italic { font-style: italic; }
u, .underline { text-decoration: underline; }

.noDisplay { display: none; }
.block { display: block; }

.nowrap { white-space:nowrap; }
.pointer { cursor: pointer; }
.icon { vertical-align: text-bottom; }

.largest { font-size: 18px; }
.larger { font-size: 16px; }
.secondary_color { color: #ea088c }



/* *************************************************
 * LAYOUT CONTAINERS
 ************************************************* */
html { }
body { 
	background: #372566 url(../img/bg.jpg) center top no-repeat;

	font-family: Helvetica, Arial, sans-serif;
	color: #646567;
	font-size: 12px;
	line-height: 1.3em;
}

#screen {
	position: relative;
	margin: -45px auto 0 auto;
	width: 1046px;
}

#logo {
	position: absolute;
	left: 0; top: 0;
	width: 185px; height: 163px;
	z-index: 2;
	
	background: url(../img/2ways2earn.png) left top no-repeat;
	text-indent: -99999px;
}

#logo2 {
	position: absolute;
	right: 0; top: 0;
	width: 186px; height: 161px;
	z-index: 2;
	
	background: url(../img/btfe.png) left top no-repeat;
	text-indent: -99999px;
}

#topbg {
	width: 100%; height: 45px;
	background: #8cc63f;
}

#top {
	position: relative; z-index: 2;
	width: 670px; height: 22px;
	margin: 0 auto; padding: 11px 0 12px 0;

	line-height: 22px;
}

#content {
	width: 792px; 
	position: relative;
	z-index: 1;
	
	margin: 0 auto;
	padding-bottom: 68px;
	
	background: #fff;
	border: solid 4px #8cc63f; border-top: none 0;
}

#brands {
	position: relative;  z-index: 3;
	width: 692px; height: 60px;
	margin: -40px auto 0 auto;
	
	background: #fff;
	border: solid 4px #8cc63f;	
}

#footer {
	width: 808px;
	margin: 20px auto;
	position: relative; overflow: hidden;
}


