@charset "utf-8";
/* CSS Document */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	
		
}
/* `Containers
----------------------------------------------------------------------------------------------------*/

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	background-color: #bfbfbf;	
}
#wrapper {
	background-image: url(../images/comingsoon.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	position: relative;
}
#subscribe {
	background-image: url(../images/email-field.gif);
	background-repeat: no-repeat;
	padding:4px;
	position:absolute;
	right:27px;
	text-align:left;
	top:254px;
	width:288px;
}
#subscribe p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	text-align: left;
	line-height:12px;
}

#subscribe a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height:12px;
	text-decoration:none;
}

#subscribe a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71bc1b;
}

.field {
	border:1px solid #FFFFFF;
	padding:4px;
	float:left;
	width:189px;
	color: #afafaf;
}
.subscribe-button{
	padding:1px;
	
}
#logo {
	bottom:50px;
	left:48px;
	position:absolute;
}

.error
{
	color: red;
}
