body { background-color: #EEE; margin: 0; font-family: Arial, Helvetica, sans-serif; }
#wrapper { width: 940px; margin: 0 auto; }

h1 { margin: 20px 0 10px 0; padding: 0; font-size: 36px; }
h1 u { text-decoration: none; color: #C00; }
h2 { color: #666; padding: 0; margin: 0 0 20px 0; font-size: 18px; }

#content { background: #fff; padding: 20px; margin-bottom: 20px; }
#footer { background: #ccc; color: #000; padding: 10px; }
#footer a { text-decoration: none; color: #555; font-size: 12px; margin-right: 10px; }

#banner { text-align: center; margin-bottom: 10px; }

.games td { padding: 5px 0 20px 0; text-align: center; width: 200px; }
.games td a { color: #F00; font-size: 14px; font-weight: bold; text-decoration: none; }
.games td a span { display: block; margin-bottom: 5px; }
.games td a img { border: 0; }

#overlay { background-image: url(/images/overlay.png); position: absolute; margin: auto; top: 0; left: 0; z-index: 100; width:  100%; height: 100%; }
* html #overlay { background-color: #000; background-color: transparent; background-image: url(/images/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/overlay.png', sizingMethod='scale'); }
#window { top: 140px; left: 0px; position: absolute; overflow: auto; z-index: 150; padding: 15px; width: 800px; height: 600px; background: #fff; }

#frameContent { position: absolute; left: 0px; width: 100%; height: 100%; }

#test{
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	behavior: url(../css/PIE.htc);
}