/*
 * TITLE:
 */

div#head {
 top: 55px;
 left: 120px;
 width: 716px;
 height: 30px;
}

/*
 * CONTENT MASK:
 */

div#contentMask {
 top: 85px;
 left: 120px;
 width: 716px;
 height: 343px;
 clip: rect(0, 716px, 343px, 0);
}

div#contentMask div.scrollContent {
 width: 712px;
 min-height: 30px;
 _height: 30px !important;
}