* {margin:0;padding:0}

/* mac hide \*/
html,body {
	height:99%;
	width:100%;
}
/* end hide */

body { 
	background-color: #000000;
	text-align:center;
	min-height:400px; /* for good browsers*/
	min-width:800px; /* for good browsers*/
}
#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 400px;
}	
#box {
	width: 800px;
	height: 400px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#box2 { 
	width:261px;
	height:53px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}


/*
<!--[if IE ]>
<style type="text/css">
#container{top:50%}
#inner{top:-50%;position:relative;}
</style>
<![endif]-->
*/
