@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:15px;
	font-family: "Helvetica","Arial","sans serif";
	color:#c55f61;
	background:#4d1c21 url(images/main_bg.jpg) no-repeat top center;
	line-height: 1.5em;
	}
	
p {margin: 12px 0;}

a{
	outline:none;
	text-decoration:none;
	color:#c55f61;
	}

a:hover {
	text-decoration: underline;
	color:#c55f61;
	}
	
img{margin:0; padding:0; border:none;}

#wrapper{
	width: 500px;
	margin:0 auto;
	position: relative;
	top: 250px;
	}

#coming_soon {
	background: url(images/coming_soon.png) no-repeat top center;
	height: 68px;
	text-indent: -9999px;
	outline: none;
}

#email_box {
	background: url(images/form_bg.png) no-repeat top center;
	margin: 20px 0 0;
	height: 186px;
	padding: 10px 70px 0;
}

#email_box .text_form {
	float: left;
	border: none;
	padding: 10px;
	margin-right: 15px;
	width: 235px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px
	}

#email_box .notify_bt {
	float: left;
	background-color: #7d5d60;
	border: none;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	color: #FFF;
	}

#email_box .notify_bt:hover{
	background-color:#900;
}

#wrapper .contact {
	float: right;
	margin-right: 40px;
	text-align: right;
}
	
