body
{
	margin: 0px;
	font-family: Verdana;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #FF9900;
}

img
{
	border: 1px solid #FF9900;
}

#headline
{
	position: absolute;
	top: 50px;
	left: 50px;
	font-family: Impact;
	font-size: 50px;
	color: #FF9900;
}

#windowBackground
{
	position: absolute;
	top: 150px;
	width: 100%;
	height: 350px;
	background-color: #F5F5F5;
	z-index: 1;

	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

#window
{
	position: absolute;
	top: 160px;
	left: 150px;
	width: 650px;
	height: 330px;
	z-index: 10;
	font-size: 10px;
	text-align: justify;
}

#menu
{
	position: absolute;
	top: 500px;
	left: -30px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	letter-spacing: 6px;
}