@charset "utf-8";
#main {
	background-image: url(../img/main_background.jpg);
	background-repeat: repeat-x;
	width: auto;
	background-position: center top;
}
html{
	height:100%;
}
body {
	padding:0px;
  	margin:0px;
  	height:100%;
	background:url(../img/main_background.jpg) repeat-x center top;
}
#container {
   min-height:100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -52px; 
}
.push{
	height:52px;
}
#footer{
	height:52px;
	width:100%;
	bottom:0;
}
.footerbg{
	background:url(../img/footer_bg.png) repeat-x bottom;
	.textlink{
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.textlink {
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.textlink a{
	color:#FFFFFF;
	text-decoration:none;
}
.textlink a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.textlink a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
