@charset "windows-1251";
* {margin: 0px; padding: 0px; border: 0px solid red;}
html, body {height: 100%;}
body {font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; background-color: #000; width: 100%;}
#outer {width: 100%; height: 100%; position: relative; min-width: 1006px; min-height: 600px; width:expression((document.documentElement.clientWidth || document.body.clientWidth) > 1006? '100%' :'1006px'); height:expression((document.documentElement.clientHeight || document.body.clientHeight) > 600? '100%' :'600px');}

a:hover {color: #eb891b;}

/* karkas */
#left {float: left; width: 260px; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;}
#right {float: right; width: 260px; height: 100%; position: absolute; top: 0; right: 0; z-index: 1;}
#center {text-align: center; height: 100%; position: relative; margin: 0 260px 0 260px;}

/* left */
#info {position: absolute; top: 36%; left: 10px; color: #a9a9a9;}
#info p {font-size: 0.7em; margin-bottom: 30px;}
#info h3 {color: #eee; font-size: 0.8em;}