html{
      
       
}
body{
background: #F4f4f4;
      margin: 0px;
      text-align: center;
}

div{
	background: #eeeeee;
	border: 1px solid #dddddd;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding: 8px;
	width: 900px;
	height: 600px;
	
	background-repeat: repeat;
}

h3{
      background: #FFCC99;
      color: #CC0066;
      display: block;
      font-family: fixed_bold;
      font-size: 10px;
      text-align: center;
      width: 30%;
}

p{
      width: 30%;
}

#wrapper {
      
      left: 50%;
      margin-left: -450px;
      margin-top: -300px;
      position: absolute;
      top: 50%;
      
}
