#container
{ 
	position: relative;
	font-family: 'Orbitron', sans-serif;
	margin: auto; 
	width: 1000px; 
}

#header
{
	text-align: center;
	font-size: 100px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	position: relative;
	width: 1000px;
	height: 150px;
}

#line
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	background: #000000;
	position: relative;
	width: 100%;
	margin: auto;
	height: 22px;
}

#links
{
	text-align: center;
}

#pageLink
{
	cursor: pointer; 
	cursor: hand;
	float: left;
	width: 50%;
	font-size: 40px;
}

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

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

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

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

#errorMessage
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

#textContent
{
	position: relative;
	width: 90%;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

#footer
{
	position: relative;
	top: 200px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}