*{
	margin:0;
	padding:0;
}

body {
	color:#000;
	border-top:5px solid #212121;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri, Arial, sans-serif;
	font-size: 15px;
	background-color: #FFF;
}

section{
	width:700px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}




section h1 {
	font-family: 'Lobster', cursive;
	font-size: 52px;
	font-weight: 200;
	text-align: center;
	background-image: url(../img/coming_soon.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 35px;
	color: #666;
}

section h2{
	magin-bottom: 15px;
	background-image: url(../img/get_notified.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 63px;
	text-align: center;
	font-weight: normal;
}

section form{
	background-color:#181819;
	display:block;
	height:31px;
	padding:10px;
	position:relative;
	width:323px;
	margin-left:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-right: auto;
}

#email{
	background:url('../img/submit_form.png') no-repeat;
	border:none;
	color:#888888;
	height:31px;
	left:10px;
	line-height:31px;
	padding-left:8px;
	position:absolute;
	text-shadow:1px 1px 0 #FFFFFF;
	top:10px;
	width:215px;
	outline:none;
}

#submitButton{
	background:url('../img/submit_form.png') no-repeat right top;
	border:none;
	cursor:pointer;
	height:31px;
	left:236px;
	line-height:31px;
	position:absolute;
	text-indent:-99999px;
	text-transform:uppercase;
	top:10px;
	width:96px;
}

#submitButton:hover{
	background-position:right bottom;
}

/* Page Styles */

aside{
	background-color:#212121;
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	color: #FFF;
}

.tri{
	border-color:transparent transparent #212121;
	border-style:solid;
	border-width:20px 17px;
	height:0;
	left:50%;
	margin:-40px 0 0 -400px;
	position:absolute;
	top:0;
	width:0;
}

aside h1, .copyright {
	font-size:20px;
	font-weight:normal; 
	left:50%;
	margin-left:-400px;
	padding:25px 0;
	position:absolute;
	width:400px;
}
section p {
	font-family: 'Bad Script', cursive;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

aside p{
	font-family: 'Bad Script', cursive;
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	padding: 15px;
	float: right;
	width: 60%;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#97cae6;
}

a:hover{
	border-bottom:1px dashed transparent;
}

.clear{
	clear:both;
}

.copyright {
	font-size: 14px;
	float: none;
	padding-top: 54px;
	font:15px Calibri, Arial, sans-serif;
}
