/*Mobile Messenger Landing Page CSS v4.0 
Compatible with Firefox 1.5 and up, IE 5.5 - 7.0*/

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #b6b3a9 url(imagesv2/bg.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	}

/*NOTE: to center in both IE and FF, you must use both text-align center on body and margin left/right auto on wrapper.*/
#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align:left;
	}

#header {
	width: 100%;
	height:163px;
	background:url(imagesv2/header.jpg) no-repeat left;
	}

#maincontent {
	float: left;
	width:100%;
	height:442px;
	background: url(imagesv2/content.jpg) no-repeat left;
	}

#cta {
	float: left;
	width:630px;
	height:180px;
	margin-top: 45px;
	margin-left: 61px;
	font-size: 0.8em;
	color:#8e8a7d;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 1.25em;
	font-variant: normal;
	}
	
#port {
	float: right;
	width:210px;
	height:78px;
	margin-right:125px;
	}	
	
#bottom {
	float: left;
	width:100%;
	height:55px;
	background: url(imagesv2/bottom.jpg) no-repeat left;
	text-align:left;
	font-size: 0.7em;
	color: #FFFFFF;
	}
	
#footer {
	width:100%;
	height:100px;
	float: left;
	text-align:right;
	font-size: 0.8em;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 9f9b90;
	}	

/*Links links*/
a {
	color: #f3b90b;
	}

a:hover {
	text-decoration: none;
	}

/* Full Terms Page Defs*/
#termwrapper {
    margin: 0px 10px 0px 10px;
	text-align: left;
    padding: 10px;
	background-color: #142336;
	color: #d0b63f;
	}

h1 {
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
	}

h2 {
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	}

h3 {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	}


p {
	font-size: 0.7em;
	padding-top:0px;
	margin-top:0px;
	}
