html
	{
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
	}
body
	{
	margin: 0
	padding: 0;
	}
	
a:link
{
	color: #e3e2e1;
	text-decoration: underline;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


img {
	display: block;
    margin: 0 auto;
   	max-width: 100%;
   	min-width: 320px;
    height: auto;
}

.container
{
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #e3e2e1;
	line-height: 23px;
	margin: 0px;
	padding: 30px;
	width: 90%;
}

.comingSoonText
{
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	font-size: 25px;
	color: #FFF;
	font-weight: bolder;
}

#textBackground
{
	max-width: 750px;
	border-radius: 32px;
	padding: 30px 30px 30px 30px;
	background-color: rgba(76, 44, 26, .6);
	-webkit-box-shadow: inset 5px 5px 22px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 5px 5px 22px -7px rgba(0,0,0,0.75);
	box-shadow: inset 5px 5px 22px -7px rgba(0,0,0,0.75);
	background-position: center;
	margin: 0px;
}
