/* CSS Document */


/* general and override some browser defaults */

* {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border: none;
}

ul {
	list-style: none;
}

/* layout and colors ---------------------------------------------------------- */


body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	overflow-x: hidden;
	color: #333333;
	background-color:#77ab91;
}

#container { 
	width: 860px; 
	height: 900px; 
	margin: 0px auto 0px auto;
	padding-top: 20px;
	text-align: left; 
	background-color: #FFFFFF;
	background: url(images/3g-bg.jpg) center top no-repeat;
} 


#content { 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
} 


/* typography ---------------------------------------------------------- */


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0px 0px 0px 20px;
}

p.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px 400px 20px 20px;
}





/* links ---------------------------------------------------------- */

a:link, a:visited {
color:#0d7f83;
text-decoration: none;
}

a:hover {
color: #f88912;
}

