﻿#main
{
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 972px;
    height: auto !important;
    min-height: 800px;
    background-color: #96B48C;
    background-image: url( '_images/background_border.jpg' );
    background-repeat: repeat-y;
}
#mainInternal
{
    width: 972px;
    height: auto !important;
    background-position: center bottom;
    background-image: url(  '_images/motivum.png' );
    background-repeat: no-repeat;
}
#mainWrapper
{
    margin: 0 200px;
    float: left;
    width: 100%;
}
#mainHeader
{
    position: relative;
    height: 211px;
    width: 100%;
}
#mainMenuTop
{
    margin-right: auto; 
    margin-left:auto; 
    position: relative;
    height: 49px;
    width: 972px;
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
    background-position: left;
    background-image: url(     '_images/fejlec_also.png' );
    background-repeat: no-repeat;
}
#mainArea
{
    padding: 10px;
    height: 100% !important;
    min-height: 1000px;
    background-position: right top;
    background-image: url(     '_images/level.png' );
    background-repeat: no-repeat; /* for IE */ /*  filter: alpha(opacity=80); /* CSS3 standard */ /*  opacity: 0.8; */
    position: relative;
    float: right;
    width: 732px;
}

#mainMenuLeft
{
    float: left;
    width: 200px;
    height: auto !important;
    min-height: 1000px;
    padding: 10px;
}
#mainFooter
{
    width: 100%;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    clear: both;
}
