/* CSS Document */
@charset "utf-8";
 
 
* { margin:0;padding: 0 }
 
/* mac hide \*/
html,body {
	height: 100%;
	width: 100%; }
 
/* end hide */
body {
	background-color: #000000;
	min-height: 500px; /* for good browsers*/
	min-width: 800px; /* for good browsers*/ }
 
#outer {
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%; }
 
#container {
	display: table-cell;
	height: 500px;
	position: relative;
	text-align: center;
	vertical-align: middle; }
 
#inner {
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
			
		}


#boton{
	width:201px;
	height:153px;
	padding-top:100px;
	margin:0px 299px 0px 299px;
	
	}



#boton a{
text-decoration:none;
}




