a
{
	color: navy;
	text-decoration: none;
}

body
{
	font-family: Segoe UI;
}

#header
{
	text-align: center;
	margin-bottom: 20px;
}

#launchers
{
	position: relative;
	bottom: 50px;
}

#main-area
{
	width: 610px;
	height: 100%;
	margin: auto;
}

.launcher
{
	width: 280px;
	line-height: 30px;
	text-align: center;
	background-color: beige;
	border: 1px solid navy;
	border-radius: 5px;
	padding: 10px;
	display: block;
	margin: auto;
	margin-top: 10px;
}

.launcher:hover
{
	background-color: azure;
}
