@charset "iso-8859-1";
/* CSS Document */
body{
background:url(../images/bgr_main.gif) repeat-y center top;
}
.bgr{
background:url(../images/bgr.jpg) repeat-x 0px 0px;
}
.norepeat {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 22px 0px;
}

