* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

html,
body
{
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #f39c12;
	overflow: hidden;
}

.coming-soon {
	width: 100%;
	height: 100%;
	display: inline-table;
	background: url("../img/packed_creatures.png") center center no-repeat;
	background-size: auto 100%;
}
