@charset "UTF-8";

body, html {
   height: 100%;
   margin: 0;
   	background-color: #58585a;
	background-position:center;
	background-repeat:no-repeat;
} 
#container {
   width: 800px;
   height: 216px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -108px 0 0 -400px;
}
