/* CSS Document */
body {margin:0px; }
body,html{height: 100%;}
#outer {height: 100%; overflow: hidden; position: relative;width: 100%; }
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#flashcontent {margin: 0 auto; padding:18px 0 0 29px;position: relative; top: -50%;width: 800px; height:527px; /* for explorer only */
div.greenBorder {}
/* Html Document */
<div id="outer">
<div id="middle">
<div id="flashcontent" class="greenBorder">111111111111</div>
</div>
</div>