* { margin: 0px; padding: 0px; position: relative; }
el { display: none; }

html, body { height: 100%; }
body { background: url('images/bg.png'); font-family: Arial, Verdana; }

#wrap { min-height: 100%; }

#main { overflow: auto; padding-bottom: 40px;}
#content { width: 728px; margin: 0 auto; background: url('images/content-top.jpg') no-repeat; }
#content_inside { width: 728px; margin: 0 auto; background: url('images/content-middle.png') repeat-y; }
#content_footer { width: 728px; margin: 0 auto; background: url('images/content-bottom.jpg') no-repeat 0 -85px; }
#description { padding: 150px 30px 71px; line-height: 26px; font-size: 18px; color: #c4c4c4; text-shadow: #1f2124 0px 1px 0px; }
#content table { width: 668px; margin: 0 auto; font-size: 12px; color: #7c7c7c; }

#windows_link { display: block; width: 300px; height: 67px; border: none; margin-bottom: 5px; float: left; background: url('images/btn-win.png') no-repeat 0 0; }
#windows_link:hover { background: url('images/btn-win.png') no-repeat 0 -67px; }
#windows_link.pressed { background: url('images/btn-win.png') no-repeat 0 -134px; }
#macintosh_link { display: block; width: 300px; height: 67px; border: none; margin-bottom: 5px; float: right; background: url('images/btn-mac.png') no-repeat 0 0; }
#macintosh_link:hover { background: url('images/btn-mac.png') no-repeat 0 -67px; }
#macintosh_link.pressed { background: url('images/btn-mac.png') no-repeat 0 -134px; }

#windows_help { display: none; padding-top: 55px; text-shadow: #1f2124 0px 1px 0px; }
#windows_help h3 { text-align: center; color: #c4c4c4; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
#windows_help table { color: #c4c4c4; font-size: 15px; line-height: 20px; }
#windows_help table img { margin: 5px 0; }
#macintosh_help { display: none; padding-top: 55px; text-shadow: #1f2124 0px 1px 0px; }
#macintosh_help h3 { text-align: center; color: #c4c4c4; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
#macintosh_help table { color: #c4c4c4; font-size: 15px; line-height: 20px; }
#macintosh_help table img { margin: 5px 0; }

#footer { position: relative; margin-top: -40px; height: 25px; padding-top: 15px; clear: both; text-align: center; font-size: 10px; color: #7c7c7c; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}