﻿body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}
.sizemax{
        width: 100%;
    height: 100%;
}

#header {
    /*background: black;*/
    background:#232323;
    opacity: 0.97;
    height: 32px;
}

    #header #headerLeft {
        margin-top: 3px;
         margin-left: 20px;
         float: left;
        height: 25px;
        align-content: center;
        color: white;
    }

    #header #headerRight {
        margin-top: 3px;
        margin-right: 20px;
        float: right;
        height: 25px;
        align-content: center;
        color: white;
    }
    .headerContainers{
        /*background-color: #404040;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid #595959;*/
    }

#container #right {
    /*background: #FCC;*/
    width: 5px;
}

#container #left {
    /*background: #9F9;*/
    width: 5px;
}

#container #view {
    /*background: #F93;*/
    /*height: 100%;
    width: 100%;
    position: relative;*/
    vertical-align:middle;
    text-align:center;
}

/*#container {
    height: 100%;
    padding-bottom: 40px;
    background-image: url('../../Images/map1.jpg');

    background-size: 100% 100%;
    background-repeat: no-repeat;
 
}*/

#footer {
  
    background: black;
   height: 30px; 
}
.view{
    height:90%;
    width: 90%;
    display: inline-block;
}
