a{cursor:pointer;outline:0 none;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline-style:none;outline-width:0pt;}legend{color:#000;}a:focus{-moz-outline-style:none;border:0px;}

body {
	font-family: 'Georgia';
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 0;
	background-color: #ecf2f5;
	min-height: 600px;
}

#coming-soon {
	text-align: center;
	position:absolute;
	top: 50%;
	left: 50%;
	width:620px;
	height:480px;
	color: #000;
	margin-top: -170px; 
	margin-left: -310px; 
	border: 0;
}
h1 {
	font-family: 'Georgia';
	font-weight: normal;
	font-size: 33px;
	font-style: italic;
	color: #000;
	padding: 25px 0 0 0;
}
h2 {
	font-family: 'Georgia';
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	font-style: italic;
	color: #000;
	padding: 36px 0 0 0;
}

#msgs {
	margin: 20px 0 15px 0;
	height: 25px;
	color: #000;
}

#form {
	width: 353px;
	height: 42px;
	margin: 0 auto;
}

#form #mail {
	float: left;
	width: 311px;
	height: 42px;
}

#form #mail input {
	width: 280px;
	height: 40px;
	font-family: 'Georgia';
	font-size: 24px;
	color: #000;
	text-align: center;
	padding: 0 15px 0 15px;
	border-left: 1px solid #d7e8f2;
	border-top: 1px solid #d7e8f2;
	border-bottom: 1px solid #d7e8f2;
	border-right: none;
}

#form #submit {
	float: right;
	width: 42px;
	height: 44px;
}

#form #submit input {
	display: block;
	border: 0;
	cursor: hand;
	cursor: pointer;
	width: 42px;
	font-size: 0;
	height: 42px;
	background-image: url('../images/go.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}


#form #submit input:hover {
	background-position: 0 -44px;
}


.clear {
	clear: both;
}


#footer {
	background-color: #000;
	height: 43px;
	text-align: center;
	color: #fff;
	font-family: 'Georgia';
	font-size: 12px;
	font-style: italic;
	padding: 25px 0 0 0;
    bottom:0;
    position:fixed;
    width:100%;
    z-index:1000;
	
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}






