body
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#container
{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#startScreen
{
	position: absolute;
	width: 100%;
	height: 100%;
	color: #ffffff;
	z-index: 999;
	overflow: hidden;
}

#startButton
{
	position: absolute;
	color: #ffffff;
	display: block;
	text-decoration: none;
	text-align: center;
}

#image1, #image2, #image3, #image4
{
	position: absolute;
}

#item1, #item2, #item3, #item4
{
	position: absolute;
	display: table;
}

#item1 p, #item2 p, #item3 p, #item4 p
{
	display: table-cell;
	vertical-align: middle;
}