body{
	//--background-color: #181818;
	padding: 0px;
	margin: 0px;
	background-image: url('images/BackDark2.jpg');
	background-repeat: repeat;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

img{
	width:100%;
	height:auto;
}

.TagLine {	
	color: #FFFFFF;
	text-align: center;
	font-size: 80px;
	font-weight: 300;
	padding-top: 100px;
	padding-bottom: 150px;
}

.ComingSoon
{
	color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 100px;
	text-align: center;
	font-size: 60px;
}

.main{
	padding-top: 200px;
	margin: 5px;
	border: 2px solid #FFFFFF;
	height: 100%;
}

footer
{
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}