/*-------------------------
	Simple reset
--------------------------*/
*{
	margin:0;
	padding:0;
}
/*-------------------------
	General Styles
--------------------------*/
html{
	background1:url('../img/tile_bg.jpg') #b0b0b0;
	position:relative;
}
body{
	background1:url('../img/page_bg_center.jpg') no-repeat center center;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	margin:auto;
}
#logo{
    margin: auto;
}
#logo img {
	margin:auto;
}
a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}
a:hover{
	text-decoration:underline;
}
section, footer{
	display: block;
}
/*----------------------------
	Main Section
-----------------------------*/
.comingsoon {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
	color:#1275B6;
	font-weight:bold;
}
.contact{
	border-bottom: 5px solid #1275B6;
    font-size: 32px;
    margin: auto;
    text-align: center;
}
.myform{
	width:350px;
	margin:20px auto auto;
}
.myform td {
	padding: 5px;
}

.myform input[type="text"] {
	height:30px;
	width:300px;
}
.myform input[type="submit"] {
	height:30px;
	width:100px;
}
#note{
	color: #666666;
	font-size: 18px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
/*----------------------------
	The Footer
-----------------------------*/
footer{
	background-color: #404040;
	bottom: 0;
	box-shadow: 0 -1px 2px #404040;
	height: 45px;
	left: 0;
	/position: fixed;
	width: 100%;
	z-index: 100000;
}
.footer_small {
	width:1000px;
	margin:auto;
	padding-top:15px;
	font-weight:bold;
	color:#57C4E1;
	text-align:center;
}