* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -20px; /* the bottom margin is the negative value of the footer's height */
}

ul
{
	list-style-type: none
}

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

a:visited
{
	color: #FFFFFF;
}

a:hover
{
	color: #9ef703;
}

#links
{
	height: 25px;
	width: 99.7%;
	float: left;
	padding-left: 5px;
	padding-right: : 5px;	
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url("images/link.jpg");
	background-repeat: repeat-x;
}

.greentext
{
	color: #9ef703;
}

#centeredText
{
	width: 500px; /*the width of the element*/
	height: 430px; /*the height of the element*/
	position: absolute; /*absolute position to center the element in relation to its parent element*/
	left: 50%; /*the left border of the element is positioned at half of the available width of the parent element*/
	top: 50%; /*the top border of the element is positioned at half of the available height of the parent element*/
	margin-left: -250px; /*half of the element width is removed from the left margin to center it*/
	margin-top: -215px; /*half of the element height is removed from the top margin to center it*/ 
}

#centeredLogo
{
	width: 500px; /*the width of the element*/
	height: 430px; /*the height of the element*/
	position: absolute; /*absolute position to center the element in relation to its parent element*/
	left: 50%; /*the left border of the element is positioned at half of the available width of the parent element*/
	top: 50%; /*the top border of the element is positioned at half of the available height of the parent element*/
	margin-left: -250px; /*half of the element width is removed from the left margin to center it*/
	margin-top: -215px; /*half of the element height is removed from the top margin to center it*/ 
	background: url("images/main.jpg");
}
