@charset "utf-8";
.float_right {
	margin: 5px;
	float: right;
}
.bg_repeat {
	background-attachment: scroll;
	background-image: url(graphics/background_repeat.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

