body,html
{
    height: 100%;
}

body{
    background: transparent url('../images/back.jpg') repeat;
}
#wrapper
{
    height: 100%;
    width: 800px;
    background: transparent url('../images/wrapper-back.jpg') repeat-y;
    margin-left:auto;
    margin-right: auto;

}

@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan.eot?#') format('eot'), /* IE6–8 */
    url('fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


#inner-wrapper
{
    height:600px;
    width: 800px;
    position: fixed;
    top:50%;
    margin-top: -300px;
    background: transparent url('../images/back-center.jpg') center no-repeat;
}


.pane
{
    width: 108px;
    height:100%;

    z-index: -1;
}

.left-pane
{
    float:left;
    padding-left: 22px;
}

.right-pane
{
    float:right;
    padding-right: 21px;
}

ul.links
{
    list-style: none;
    position: absolute;
    top:35%;
}

ul.links li a
{
    display: block;
    width: 110px;
    height: 104px;
    text-indent: -9999px;
}

ul.left-links li a
{
    background: transparent url('../images/left-links.png');
}

ul.right-links li a
{
    background: transparent url('../images/right-links.png') no-repeat;
}

ul li a.forum-image:hover
{
    background-position: -110px 0px;
}


ul li a.lecturer-image
{
    background-position: 0 -100px;
}

ul li a.lecturer-image:hover
{
    background-position: -110px -100px;
}

ul li a.about-image
{
    background-position: 0 -100px;
}

ul li a.about-image:hover
{
    background-position: -110px -100px;
}

ul li a.book-image:hover
{
    background-position: -110px 0px;
}

.content
{
    background: transparent url('../images/main-content.jpg') no-repeat;
    width: 538px;
    height: 69px;
    font-family: BYekan, Tahoma;
    margin-left:134px;
    margin-top: 560px;
    text-align: center;
    line-height: 62px;
    font-size: 14px;
    color: #003399;
}

#ticker
{
   height: 69px;
   list-style: none;
   overflow: hidden;
}

#ticker li
{
   height: 69px;
}
