#wrapper{
	width:auto;
	height:auto
}

#content{
	margin:0 auto;
	height:auto;
}

.Class {
			
			margin:0 auto;
			text-align:center;
		padding:20px;
			background:orange;
			font-size: 14pt;
			font-family: verdana;
			color: #FFF;
			border:1px solid black;
		}
		
form{
	    display: block;
    text-align: center;
}