		body{
			-webkit-text-stroke:1px transparent;
			font:12px Helvetica, arial, sans-serif;

			color:#ffffff;
			background-color:#E0E0DB;
			
		}
		#container{
			width:610px;
			margin:0 auto;
		}

#text{
			width:572px;
			height:150px;
			top:170px;
			margin:0 auto;
			font:bold 26px/26px Helvetica, Arial, sans-serif;
			position:relative;
		}
				
	#newsletter{
				width:572px;
				height:49px;
				top:150px;
				padding:14px;
				margin:0 auto;
				font:bold 26px/26px Helvetica, Arial, sans-serif;
				position:relative;
				background:url(../images/bg.png) no-repeat;
				background-position: 3px 3px;
			}
			#newsletter label{
				position:absolute;
				color:#999;
				top:28px;
				left:25px;
			}
		#email{
			background:url(../images/input.png);
			width:416px;
			height:27px;
			border:none;
			font:bold 26px Helvetica, Arial, sans-serif;
			color:#222;
			padding:14px 145px 10px 10px;
		}
		#email:focus{
			outline:none;
			background-position:100% 0;
		}
		#btnSubscribe{
			border:none;
			background:url(../images/btnSubscribe.gif) no-repeat;
			width:135px;
			height:42px;
			padding-top:42px;
			font-size:0;
			overflow:hidden;
			position:absolute;
			right:20px;
			top:18px;
			cursor:pointer;
		}
		#btnSubscribe:hover{
			background-position:-135px 0;
		}
		#btnSubscribe:active{
			background-position:-270px 0;
		}
		#btnSubscribe.loading{
			background-position:-405px 0;
		}
		#btnSubscribe.success{
			background-position:-540px 0;
		}
		#btnSubscribe.error{
			background-position:-675px 0;
		}
		#notification{
			height:25px;
			width:100%;
			background-color: #000000;
			position:fixed;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); 
			opacity: 0.85;
			-moz-opacity: 0.85;
			text-align:center;
			left:0px;
			z-index:9999999;
			margin:0px;
			padding-top:25px;
			padding-bottom:25px;
			bottom:0px;
			border-top:2px solid #fff;
			border-bottom: 1px solid #ebebeb;
			display: none;
			color:#ffffff;
			font:bold 26px/26px Helvetica, Arial, sans-serif;
		}