body{
	margin: 0px 0px 0px 0px; 
	border: 0px dotted red;
	height:100%;
	background-image: url("../images/background2.jpg");
}
* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

#mainContainer{
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
	margin:0px 0px 0px 0px;
  border: 0px solid blue;	
	z-index:1;
}
div#content {
	width: 800px;
  height: 600px;
  position: absolute;
  top: 0%;
  left: 50%;
  margin: 0 0 0 -400px;
	z-index:2;
	border: 0px solid red;	
	background:transparent;
}


div#logo{
	width: 400px;
  height: 200px;
  position: absolute;
  top: 5%;
  left: 50%;
	margin: 0 0 0 -200px;
	z-index:3;
	border: 0px solid green;	
}
div#payoff{
	width: 600px;
  height: 120px;
  position: absolute;
  top: 40%;
  left: 50%;
	margin: 0 0 0 -300px;
	z-index:4;
	border: 0px solid black;	
}
div#under{
	width: 400px;
  height: 80px;
  position: absolute;
  top: 70%;
  left: 50%;
	margin: 0 0 0 -200px;
	z-index:5;
	border: 0px solid red;	
}

#footer{
	top: 90%;
	position: absolute;	    
  clear:left;
  font-size:10px;
  font-family: 'Trebuchet Ms';    
  padding:5px 0 0 0;    
  margin:0;
  width:100%;    
  height:40px;
  color:#a7ddf5;
  float:left;
  border:0px solid #ff0000;        
  background-color:none;
}

UL.footerSx {
  border:0px solid #ff9900; 
  margin: 3px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  list-style-type: none; 
  text-align:left;
  line-height:14px;
  float:left;
  width:auto;
  display:inline;
}
UL.footerSx LI {
  padding: 0px 6px 0px 7px;  
  margin: 0px 0px 0px 0px; 
  float: left; 
  text-decoration: none;
  border-right:1px solid #a7ddf5;
}
UL.footerDx {
  border:0px solid #ff9900; 
  padding: 0px 0px 0px 0px; 
  margin: 3px 0px 0px 0px; 
  list-style-type: none; 
  text-align:left;
  line-height:14px;
  float:right;
  width:auto;
}
UL.footerDx LI {
  padding: 0px 6px 0px 7px; 
  margin: 0px 0px 0px 0px; 
  float: left; 
  text-decoration: none;
	border-right:1px solid #a7ddf5;
}
UL.footerDx A {
  border:none;  
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 
	font-size:10px;0px 0px; 
  display: block; 
  text-decoration: none;
	color:#a7ddf5;    
}
UL.footerDx A:link,
UL.footerDx A:visited{
  color:#a7ddf5;
	font-size:10px;
  text-decoration: none;
}
UL.footerDx A:active,
UL.footerDx A:hover {
  background:none;
    text-decoration: none;
    color:#fcb912;
	font-size:10px;
}

div#contentPrivacy{
	border:0px solid red;
	top: 50%;
  left: 50%;
	width:700px;
	height:500px;
	margin: -150px 0 0 -350px;
	position:absolute;
	}
div#contentInfo{
	border:0px solid red;
	top: 50%;
  left: 50%;
	width:300px;
	height:300px;
	margin: -150px 0 0 -150px;
	position:absolute;
	}
.payoff{
	font-family:'JokermanRegular';
	color: #549dc1;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	}
.under {
	font-family:'Trebuchet Ms';
	color: #fcb912;
	font-size:16px;
	font-weight:bold;
	text-align:center;	
		}
.txt{
	font-family:'Trebuchet Ms';
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-align:left;	
	line-height:16px;
	}
.print{
	font-family:'Trebuchet Ms';
	color: #fcb912;
	font-size:10px;
	font-weight:bold;
	text-align:left;	
	}
	
	.print a{
	font-family:'Trebuchet Ms';
	color: #fcb912;
	font-size:10px;
	font-weight:bold;
	text-align:left;	
	}