﻿.header
{
	background-color: black;
}

.ui-title
{
	text-shadow: none;
}

.ui-content
{
	position: absolute;
	padding: 0;
	top: 44px;
	right: 0;
	bottom: 42px;
	left: 0;
}

.half
{
	width: 100%;
	height: 50%;
	position: relative;
}

.center-logo
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#divShort
{
	text-align: center;
	height: 125px; /* height of the logo */
}	

#btnStart
{
	float: right;
}

.nav-bar
{
	background-color: black;
}