html
{
	min-height: 101%;
}

body
{
	background-image: url("../images/background.png");
	background-color: black;
	margin: 0px;
	padding: 0px;
	font-family: "Homenaje", sans-serif;
	font-size: 14pt;
	text-align: center;
	
	color: white;
}

#outerlayout
{
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto;
	min-height: 1024px;
}
     
#innerlayout
{
	margin: 0px auto;
	text-align: center;
	width: 1024px;
	position: relative;
	background-color: rgba(20, 20, 75, 0.2);
	border-color: #227;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	box-shadow: 0px 0px 18px 8px black;
}

a:link, a:visited
{
	color: #77f;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: white;
}

a:focus
{
	outline: none;
}

h1
{
	font-size: 36pt;
	margin: 20px;
	text-align: left;
}