@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
background-color: #fff;
/*
text-align:center;
*/
min-height:468px;/* for good browsers*/
min-width:552px;/* 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: 468px;
} 
#inner {
width: 350px;
height: 250px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:5px dotted #ccc;
}
#coupon{text-align:left;margin:0;}
#coupon h1{font-size:5em;text-align:center;}
.space {padding:40px 0 0 0;}