/* CSS Document */

.body{
margin:0px;
padding:0px;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-color:#212121;
}
.mainBg{
background-image:url(../images/main_bg.gif);
min-height:571;
background-repeat:no-repeat;
background-position:center top;
margin:0px;
padding:0px;
}
.bottomGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #939393;
	text-decoration: none;
}
