
body{
	background-color: white;
	z-index: 10;
	color: #303030;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: 15px left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-attachment: inherit;
}
#ground {
	margin-top: 10px;
		background-image: url(../images/backImage.png);
  background-repeat: repeat;

  width: 100%;
  height: 100%;
  float: left;
}

#content{
	width: 189px;
	height: 500px;
	margin-top: 5px;
	float: left;
	margin-left: 50px;
	
	}
	#top{
	width: 100%;
	float: left;
	position: fixed;
	margin-bottom:15px ;
	top: 0px;
	height: 15px;
	background-color: #fff;
	font-family: Courier;
}
#left{
	width: 15px;
	float: left;
	position: fixed;
	margin-bottom:10px ;
	left: 0px;
	height: 100%;
	background-color: #fff;
	font-family: Courier;
}

#right{
	width: 15px;
	float: left;
	position: fixed;
	margin-bottom:10px ;
	right: 0px;
	height: 100%;
	background-color: #fff;
	font-family: Courier;
}
#bottom{
	width: 100%;
	float: left;
	position: fixed;
	margin-bottom:15px ;
	bottom: 10px;
	height: 15px;
	background-color: #fff;
	font-family: Courier;
}


#logo{
	width: 189px;
	height: 97px;
	float: left;
	margin-top: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;

}

#soon{
	width: 189px;
	height: 130px;
float: left;

}
#soon a{
	background-image: url(../images/soon.png);
	float: left;
	background-repeat: repeat-y;
	width: 189px;
	height: 130px;
	margin-top: 5px;
	cursor: pointer;
}
#soon a:hover{
	background-image: url(../images/soon.png);
	background-position: 0 -130px;
	float: left;
	background-repeat: repeat-y;
	width: 189px;
	height: 130px;
	margin-top: 5px;
	cursor: pointer;
}
#footer{
	width: 100%;
	float: left;
	position: fixed;
	
	bottom: 0px;
	height: 25px;
	background-color: #000;
	font-family: Courier;
}
#footerContent {
	width: 400px;
	height: 20px;
	
	
	margin: 0 auto 0 auto;
	text-align: right;
	color: #fff;
	padding: 0 0 0 30px;
	font-size: 10px;
}

#footerContent p {
	
	padding-left: 40px;
}






