/*
 * IMAGE:
 */

div#image {
 top: 0;
 left: 1px;
 width: 387px;
 height: 450px;
 background: transparent url('../images/image-home.jpg') no-repeat left top;
}

/*
 * TITLE:
 */

div#head {
 top: 55px;
 left: 394px;
 width: 438px;
 height: 30px;
}

/*
 * CONTENT MASK:
 */

div#contentMask {
 top: 85px;
 left: 394px;
 width: 442px;
 height: 313px;
 clip: rect(0, 442px, 313px, 0);
}

div#contentMask div.scrollContent {
 width: 438px;
 min-height: 30px;
 _height: 30px !important;
}