html {
	background: #fff;
}

body {
	color: #333333;
	font-family: "Arial" Helvetica, sans-serif;
}

/*      GENERAL      */

a {
	color: #333333;
	text-decoration: none; 
}

#container {
	padding-top: 130px;
}

ul {list-style: none;}

/*      HEADER      */

#header {

}
	#header img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
		#header h1 {
			padding: 80px;
			text-align: center;	
			font-weight: normal;
			font-size: 24px;
		}

/*      TWITTER      */	
	
#twitter {
	width: 245px;
	margin-right: 80px;
}

	#twitter h3 {
		width: 240px;
		font-size: 20px;
		font-weight: normal;
		border-bottom: #000 solid;
		border-bottom-width: thin;
	}
	
	#tweet {
		margin-left: 35px;
		color: #00cc99;
		background: url(../img/arrow.png) no-repeat bottom 90%;
		padding: 5px;
		
	}
	
	#twitter li {
		padding-bottom: 19px;
		margin-left: -1px;
	}
	
	#twitter small {font-size: 11px;}
	
	#twitter a {
		color: #00cc99;
		font-weight: normal; 
	}

/*      COMMING SOON      */

#comingSoon {
	width: 245px;
	padding-bottom: 90px;
	margin-right: 45px;
}

	#comingSoon h3 {
		width: 240px;
		font-size: 20px;
		font-weight: normal;
		border-bottom: #000 solid;
		border-bottom-width: thin;
	}
	
		#comingSoon h5 {
			font-size: 12px;
			padding-top: 15px;
		}
		
		.close {
			margin-top: -20px;;
		}
		
		#comingSoon img {
			padding-bottom: px;
		}
		
/*      FORM      */

#form {
	background: url(../img/bg-form.jpg) 100%;
	height: 185px;
	width: 250px;
	margin-top: 30px;
	
}
	
	#form input {
		margin-left: 25px;
		color: #999999;
		font-size: 11px;
	}
	
#fullName {
	margin-top: 35px;
 	height: 25px;
 	width: 190px;
 	border: 1px solid #999999;
}

#fullEmail {

	height: 25px;
	width: 190px;
	border: 1px solid #999999;
}

#submit {padding-top: 10px; margin-top: -20px;}






















