*
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0px;
}

html, body
{
	height: 100%;
}

body
{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #000000;
	background-image: url('./images/bg2.png');
	background-position: top center;
	background-repeat: repeat-y;
}

a.main_link
{
	color: #FFFFFF;
	margin-left: 00px;
	line-height: 40px;
	font-size: 22px;
}

#main_wrapper
{
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	
	text-align: center;
	color: #FFFFFF;
	
	background-color: #000000;
	
	min-height: 100%;
	width: 800px;
	padding-bottom: 0px;
	margin: 0 auto;
}

* html #container 
{
	height: 100%;
}
	
#footer
{
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 800px;
	text-align: center;
	height: 40px;
	margin-top: -40px;
	position: relative;
	bottom: 0px;
}
