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

/* ----------------------- General ----------------------- */
* { font-family: "Courier New", Courier, monospace; font-size: 13px; color: #000; line-height: 17px; }
#content-light { position:absolute;width: 475px; margin: 0 auto; padding: 0 0 0 53px; background: url(../images/fnd-lighbox.png) no-repeat top left; height: 622px; }
#logo-light { width: 225px; padding: 0; float: left; height: 74px; margin: 82px 0 0 0; }
#info { overflow: auto; height: 320px; width: 440px; float: left; margin: 47px 0 0 0; }
.close { width: 145px; padding: 0; float: left; height: 37px; margin: 37px 0 0 -25px; }
p { margin: 0 0 5px 0; padding :0; text-align: left; }

/* ----------------------- Clearfix ----------------------- */ 
/* slightly enhanced, universal clearfix hack */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; line-height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
