/* CSS Basic Document */
@import "html.css";

.table{
    height:100%;
} 
#container {
	background: url(../images/maintainance.png) no-repeat 0px 0px;
	text-align: center; 
	margin: 50px auto; 
	width: 511px; 
	height: 700px;
	/*margin-left:360px*/
}
h1 {
	text-transform: uppercase; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #ACF4F6; 
	font-size: 20px; 
	font-weight: bold; 
	padding-top: 165px
}
p {
	text-align: center; 
	line-height: 20px; 
	margin: -5px auto; 
	width: 450px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #72D5D8; 
	font-size: 11px; 
	font-weight: normal;
	margin-top:5px
}

