body {
	font-size:14px;
	font-family:arial;
	height:100%;
}

table,input,select,form,button {
	font-size:14px;
}

form {
	margin:3px;
}

.title {
	font-size:18px;
}

#container {
	background:url('../images/logo.jpg') no-repeat 100% 0%;
	width:1000px;
	margin:0 auto;
}

#navig {
	width:200px;
	float:right;
	margin-top:170px;
}

#main {
	width:750px;
}

/* tooltip */
 
.tooltip { position: relative; }
.tooltip span {
  position: absolute;
  right: 0px;
  top: -30px;
  display: none;
  min-width: 200px;
  padding: 3px 8px;
//  white-space: nowrap;
  font-size: 11px;
  text-align: right;
  background-color: rgba(0,0,0,.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
}
.tooltip span small {
  position: absolute;
  right: 10px;
  bottom: -6px;
  border-top: 6px solid rgba(0,0,0,.8);
  border-left: 6px solid transparent;
}
.tooltip:hover span { display: block; }

/* для IE */
 
.tooltip span { background-color: #000; }
.tooltip span small { border-top: 6px solid #000; }
 
/* фиксим проблему со стрелочкой в IE 6 */
 
*html .tooltip span small {
  border-left: 6px solid #363636; /* Соответствует цвету фона */
}
 
/* фиксим проблему в IE 8 */
 
.tooltip span { background-color /*\**/: #000\9  }
.tooltip span small { border-top /*\**/: 6px solid #000; }