@charset "UTF-8";
body {
	background-image: url(../images/intro/intro_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #52270B;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.vertical-repeat {
	background-image: url(../images/intro/intro_patt-repeat.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.table-expand {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
