@charset "utf-8";
/* CSS Document */

body, html{
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	height: 100%; 
	padding: 0px; 
	margin: 0px;	
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
	
}

#outer{
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	padding: 0px; 
	margin: 0px;
}

#outer #middle {
	vertical-align: middle
}

#outer #middle #centered {
	height:678px;
	width:955px;
	margin-left: auto; 
	margin-right: auto; 
	text-align:center;	
}