body {
	background-image: url("background.png");
	color: #2f2f2f;
	font-family: Helvetica;
	font-size: 14px;

}

table {
	width:100%;
}

tr {
	height: 30px;
}

.width {
	width: 130px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}
