/* CSS Document iPHONE */

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	background: #000;
	font-size:85%;
}

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

a {
	color:#fff;}

a:hover {
	color:#FFFF99;}
	
	
/* ~~~~~~~~~~~~~~PAGE SETUP~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:850px;
	padding-top: 50px;
}


#content {
	width:450px;
	padding-left:400px;
	float:left;
	height: 471px;
	background:url(../images/contentbk2.jpg) no-repeat;
}

#content2 {
	width:450px;
	padding-left:400px;
	float:left;
	height: 471px;
	background:url(../images/contentbk2.jpg) no-repeat;
}
	
/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */	

#logo {
	width:331px;
	height:114px;
	float:left;
}
	
#text {
	width:355px;
	padding:40px 0 0 0;
	float:left;
	line-height:15px;
}

#text p {
	margin:0px;
	padding: 0 0 10px 0;
	}

a.green {
	text-decoration:none;
	font-weight:bold;
	padding-left:30px;
	color:#a5d095;
	}
	
a.green:hover {
	color:#edb45f;
	}

#bold {font-weight: bold;}

#signup {
	width:355px;
	padding:0;
	float:left;
	text-align:center;
}
#signup p {
	color:#fff;	
	font-size:12px;
	margin-bottom:10px;
	padding: 0 25px 0 0px;
	}
	
#signup img {
	margin-left:20px;
	}
	
#cForm {
	width:380px;
	border:0px;
	padding:0px;
	}

fieldset {
	border:0px;
	}
	
	
/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */
#footer{
	float:left;
	color:#666666;
	width: 850px;
	height:28px;
	padding:10px 0 0 0;
	text-align: center;
}

#footer p {
	font-size:11px;
	color:#666666;
	text-align: center;
	margin:5px;
	}
	
#footer p a {
	color:#999;
	text-decoration:none;}
	
#footer p a:hover {
	color:#ccc;
	text-decoration:none;}
	
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */
	

