* { margin: 0px; padding: 0px; }
.clear { font-size: 0pt; clear: both; }

body {
  background: #fff;
  color: #000;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 10pt;
}


/*------ Основная разметка ------*/

html,body { margin: 0px; padding: 0px; height: 100%; }
.g_all { margin: 0 auto; min-width: 1000px; /*max-width: 1200px;*/ height: 100%; }
.g_container { min-height: 100%; height:100%;}
.g_wrap { /*padding-bottom: 80px;*/ height:100%; }
.g_wrapper { float: right; width: 100%; margin-left: -295px; height:100%; }
.g_content { margin-left: 295px; height:100%;}
.g_left { padding-top:25px; float: left; width: 275px; z-index:100500; position:relative;}
.g_left_item{padding-top:10px;margin-left: 25px;}
.g_footer { position: relative; height: 80px; margin-top: -80px; }

.g_screenshot{width:100%; height:100%;text-align:center;}
.g_screenshot_in{width:100%; text-align:center;}

a img{border: none;}

/*
.g_content {
  background: #D5FFD5;
}
.g_left {
  background: #FFF2BF;
}
.g_footer {
  background: #FFCACA;
}
*/