html {
}

body {
	background:url(../images/background.png) repeat-x;
	background-color:#045f5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #05605c;
	padding:0px;
	margin:0px;
}


#head {
	background-image:url(../images/head.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:70px;
}

#center {
	margin:40px 0 0 350px;
}

.coming {
	background-image:url("../images/coming.png");
	background-repeat:no-repeat;
	width:122px;
	height:94px;
	margin:0 auto;
}


.coming input {
	margin-left:11px;
	margin-top:50px;
	height:8px;
	width:94px;
	font-size:8px;
	color:#CCC;
	border:0;
	background-color:#121414;
}

.logo {
	background-image:url("../images/logo.png");
	height:291px;
	width:395px;
	margin:-40px auto;
}


.loginzone {
	padding:270px 0 0 60px;
}

.loginzone input {
	background-color:#000000;
	border:0;
	width:99px;
	height:20px;
	margin-left:20px;
	padding-left:2px;
	color:#FFF;
	font-size:10px;
	font-variant:small-caps;
}

.loginzone .input {
	width:0;
	height:0;
}

#bottom {
	background-image:url("../images/bottom.png");
	background-repeat:repeat-x;
	bottom:0;
	height:70px;
	left:0;
	position:fixed;
	right:0;
	width:100%;
}
