*
	{
		font-family: 'Open Sans', sans-serif;
		margin: 0;
		padding: 0;
		border: 0;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}

html,
body
	{
		padding: 0;
		margin: 0;
		height: 100%;
		width: 100%;
	}

body
	{
		font-weight: 400;
		font-size: 12px;
		background-color: #eee;
	}

#comingsoon_container
	{
		width: 100%;
		height: 100%;
		background-color: #333;
	}

#comingsoon_container td
	{
		width: 100%;
		vertical-align: middle;
	}

#comingsoon_container td.splash
	{
		text-align: center;
		height: 100%;
	}

#comingsoon_container td.top,
#comingsoon_container td.bottom
	{
		text-align: center;
		height: 50px;
	}

#comingsoon_container td.bottom .copyright
	{
		font-size: 12px;
		color: #888;
	}



