body {
	font-family: Arial, Helvetica, sans-serif;
}
.topleft {
	background-image: url(images/tleft.gif);
	background-repeat: no-repeat;
}
.topmiddle {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
.topright {
	background-image: url(images/tright.gif);
	background-repeat: no-repeat;
}
.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
}
.bottomleft {
	background-image: url(images/bleft.gif);
	background-repeat: no-repeat;
}
.bottommiddle {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
}
.bottomright {
	background-image: url(images/bright.gif);
	background-repeat: no-repeat;
}
.chachi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #F00;
}