body{
    background: url(img/background.jpg) no-repeat center center fixed;
    background-size: cover;
    margin: auto;
    overflow: auto;
}
#container{
    height: 550px;
    width: 100%;
    min-width: 900px;
    padding: 0px;
    margin: 0px;
}
#logo{
    height: 113px;
    width: 150px; 
    background-image: url(img/logo_150x113.jpg);
    margin-bottom: 1px;
}
#sidebar{   
    height: 550px;
    width: 150px;
    float: left;
    background: rgba(102,102,102,0.8);
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-radius: 0px 0px 10px 0px;
}
#contentBox{
    height: 519px;
    width: 75%;
    min-width: 450px;    
    float: left;
    background: rgba(102,102,102,0.8);
    border: 1px solid black;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;    
    padding: 10px;
    overflow: auto;
}
#recImg{
    float: left;
    width: 150px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 50px;
    border: 1px solid black;
}
#recImg img{
    width: 100%;
    height: 100%;
}

a{
    color: white;
    text-shadow: 1px 1px #000;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    text-align: center;
}
p,table,td,tr{
    color: white;
    margin: 0px;
    text-shadow: 1px 1px #000;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
}

td{
    width: 150px;
    border-bottom: 1px dotted;
}
#prod{
    overflow: auto;
    height: 90%;
}

/*buttons*/
.btn{
    -moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    box-shadow:inset 0px 1px 3px 0px #91b8b3;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);

    background-color:#768d87;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;

    border:1px solid #566963;
    width:147px;
    margin: 1px 0px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:9px 0px;
    text-decoration:none;
    text-align: center;


    text-shadow:0px -1px 0px #2b665e;

}
.btn:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
    background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);

    background-color:#6c7c7c;
}
.btn:active {
    position:relative;
    top:1px;
}
/*buttons*/
/*preloader*/
#preloader {
    background: #000;
    position:fixed;
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    text-align:center;
    color:#fff;
}
#preloader div {
    width:150px;
    margin:auto;
    height: 113px;
    text-align:center;
    border: 2px solid darkgrey;
    border-radius: 15px;
    overflow:hidden;
}
#preloader_image {
    position: relative;
    left: 150px;
}
/*preloader*/
	