html, body
{
	height: 100%;
	margin: 0px;
}
.outer
{
	width: 100%;
	height: 100%;
	display: table;
}
.middle
{
	display: table-cell;
	vertical-align: middle;
}
.mycsbu_table
{
	background-image: url(mycsbu_background.jpg);
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	width: 300px;
	border-collapse: collapse; 
}
.mycsbu_table td
{
	padding: 0px;
}
.td_title
{
	text-align: right;
	width: 35%;
	color: white;
}

