body{

	margin:0;

	padding:0;

	font: normal 10pt Arial, Helvetica, sans-serif;

	background:url(../images/splash-bg.png) repeat-x left top;

	text-align:center;

}

#wrapper{

	margin:0 auto;

	padding:0px;

	width:560px;

}

	#header{

	width:520px;

	height:812px;

	background-image: url(../images/splash-page-2010.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	margin-top: 10px;

	margin-right: auto;

	margin-bottom: 10px;

	margin-left: auto;

	}

	#content{

		width:560px;

		margin-top:-20px;

	}

		h1{

			/*background:url(../images/launching-title.png) no-repeat left top;*/

			height:27px;

			/*text-indent:-999em;*/

			display:block;

			margin:0px 105px;
			color:#999;

		}

		p{

			color:#5d5d5d;

		}

		#subscribeForm{

			margin-bottom:7px;

		}

			#subscribeForm input{

				width:186px;

				margin-bottom:5px;

				color:#b5b4b4;

				padding:4px;

				font-size:9pt;

			}

			#subscribeForm #subscribe-btn{

				background:url(../images/subscribe-btn.png) no-repeat left top;

				width:191px;

				height:30px;

				margin-bottom:5px;

				border:none;

				text-indent:-999em;

				padding:0px;

				font-size:0;

				text-align:right;

				color:#36b02e;

			}

			#subscribeForm #subscribe-btn:hover{

				background-position: left -31px;

			}

	#footer{

		border-top:solid 1px #d1d1d1;

		text-align:center;

	}

		#footer p{

			font-size:8pt;

			color:#959595;

		}

		#footer ul{

			overflow:hidden;

			margin:0px 218px;

			padding:0px;

		}

			#footer ul li{

				list-style-type:none;

				float:left;

				margin:0px 8px;

			}

				#footer ul li img{

					border:none;

				}


