@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
div.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: text-top;
	padding: 10px;
}
