* {margin:0;padding:0}
/* mac hide \*/
html,body{
height:100%;
width:100%;
background:#990000;
}
/* end hide */
body {
text-align:center;
min-height:496px;/* for good browsers*/
min-width:702px;/* 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: 496px;
}	
#logo {
width: 702px;
background:#fff;
height: 496px;
text-align: center;
margin-left:auto;
margin-right:auto;
background:url(../images/djlplogo.png) no-repeat;
}
