html, body { width:100%; height:100%}


p
{ 
  font-size:		12px;
  color:			#666666;
}
h1{
font-size:		18px;
  color:			#666666;
}

#a {
	height: 16px;
	position: relative;
	margin-top: 0px;
	background-color: #F8F8F8;
	margin-right: auto;
	margin-left: auto;
	
}
#cont {
	width: 850px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	
}
a.butt {
        text-align:center;
        font-size:16px;
        text-decoration: none;
        font-weight: 700;
        padding: 13px 16px;
        background: #eaeef1;
        display:block;
        width:160px;
        margin: 20px auto;
        background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.1));
        border-radius: 3px;
        color: rgba(0,0,0,.6);
        text-shadow: 0 1px 1px rgba(255,255,255,.7);
        box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.2), inset 0 1px 2px rgba(255,255,255,.7);
        }
a.butt:hover, a.butt.hover {
        background: #fff;
        }
a.butt:active, a.butt.active {
        background: #d0d3d6;
        background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,0));
        box-shadow: inset 0 0 2px rgba(0,0,0,.2), inset 0 2px 5px rgba(0,0,0,.2), 0 1px rgba(255,255,255,.2);
        }
img {padding: 10px; }
 table {margin-right: auto;
	margin-left: auto;
	}