

@import "../css/reset.css";
@import "../css/tools.css";


html { background:#ffffed; overflow: hidden;  }
body { overflow: hidden;  }
* { z-index: 5000; }

#page, #content { width:566px; height:438px; display: block;}
#page {   position: absolute; left: 50%; top: 50%; margin-left: -283px; margin-top: -219px; z-index: 1000; }
#content {background:url(bg_content.png) 0 0 no-repeat; position: relative; }

#content .entry img { padding: 97px 0 0 12px; }



a.right,a.left { position: absolute; width: 267px; height: 90px; display: block; text-decoration: none; }
a.right { right: 10px; bottom: 10px; }
a.left { left: 10px; bottom: 10px;  }


div#resize img { position: absolute; top:0; left:0; z-index: -1;width: 100%; }

