/* CSS Document */
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	height:100%;
	background-color:#8CFFFF;
	text-align:center;
}
#masterbox {
	position:relative;
	z-index:999;
	width:755px;
	height:569px;
	border:12px solid #003035;
	margin:0 auto;
	padding:0px;
	background-color:#F80828;
}
.boxinnen {
	position:relative;
	z-index:10;
	width:731px;
	height:545px;
	margin:0;
	padding:0px;
}
table { 
	width: 100%;
	height: 100%;
	border:0px;
} 

td {
	vertical-align: middle;
	text-align: center;
}
