html 
{
height: 100%;
}


body 
{
	font-size: 24px;
	font-family: times new roman, serif;
	font-style: normal;
	background-color: white;
	background-position; center center !important;
	text-align: center;
	height: 100%;
	overflow: hidden;
}

body.section-3 {
}
a:link {
	color: #FFFFFFF
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#menu 
{
	display: none;
}

#content 
{
	position: absolute;
	width: 800px;
	height: 100px;
	text-align: center;
	background-color: transparent;
}
