@charset "utf-8";
/* CSS Document */

@import url("reset.css") screen;


#content { position: relative; }
#adLayer { width: 300px; height: 250px; position: absolute; /* visibility: hidden; */ }
#layer { width: 336px; height: 460px; position: absolute; top: 2em; left: 2em; }
#layer img  { border: none !important; background: url(layer-shadow.png) no-repeat; padding: 20px; }

* html #layer img { background: none; padding: 0 !important; } /* IE6 */

#layer a.close { float: right; padding-right: 1.4em; padding-left: .2em; background-position: 98% 50%; background-color: #cb9f57; /*margin-right: 20px;*/ }
/* html #layer a.close { margin-right: 0; } /* IE6 */
#layer a:hover.close { color: #fff !important; background-color: #dc241f; }
#extra { position: absolute; width: 100px; height: 100px; }
* html #extra { right: 25px; } /* IE6 */
#extra img { background: none !important; border: 0 !important; }
