body {
	padding: 0px;
	margin: 0px;
	background-color: #C4C4C4;
}

#center {
	background-color: #C4C4C4;
	width: 120px;
	height: 25px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	padding: 0px;
	top: 50%;
	margin-top: -40px;
	z-index: 0;
	vertical-align: middle;
        visibility: visible;
	position: absolute;
	overflow: visible;
	font-family: "Times New Roman", Times, serif;
	color: #cc3300;
}