@charset "utf-8";
* {margin:0;}
body {
	background-color: #040707;
	background-image: url(images/placeholder.jpg);
	background-repeat: no-repeat;
  	background-size: 100vw auto;
  	background-position: center top;
  	margin: 0;
  	padding: 0;
}
#logobox {
	height: 345px;
	width: 400px;
	margin-top: 20%;
	margin-right: auto;
	margin-left: 10%;
	background-image: url(images/wotow_logo_full.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
/*#coming-soon {
	height: 90px;
	width: 130px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif; 
}*/
#footer {
	height: 20px;
	width: 230px;
	right: 0px;
	bottom: 0px;
	position:absolute;
	color:#777;
	text-transform:uppercase;
	font-size:11px;
}
#footer a{
	color:#777;
	text-decoration:none;
}
#footer a:hover{
	color:#777;
	text-decoration:underline;
}