/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
body {
margin:0 auto;
padding:0;
text-align:center;/* center for ie5 and 5.5. */
min-height:200px;/*for mozilla/opera */
min-width:200px;/* """ */
background:#000;
color:#ccc;
font-family:verdana,tahoma,arial,sans-serif;
font-size:1em;
}
a,a:link,a:visited,a:active,a:hover{color:#ccc;}	
div.vert {
width:100%;
height:350px;
position: absolute;
left:0;
top: 50%;
margin-top: -175px; /* make this half your image/element height */
}
div.center {
width:810px;
height:100%;
margin-left:auto;/* center for compliant browsers */
margin-right:auto;/* center for compliant browsers */
position:relative;/* gain stacking context for absolutely placed element */
}
div#container{width:810px;height:352px;border:2px solid white;}
div#leftside{width:304px;height:338px;text-align:center;border:1px solid #fff;float:left;background:#000 url(images/flashbg.gif) no-repeat;padding:12px 3px 0;}
div#rightside{width:490px;height:350px;border:1px solid white;float:right;}																															

