﻿
body 
{
    /**/
    background-image:url('Images/body_bg.png');     
    background-repeat:repeat-x;  
    margin:5px 0px 10px 0px;
}

.master_cerceve
{
    width:1300px; /*width:1400px;*/
    margin:0px auto;
    background-color:White;    
    /*opacity:0.90;*/
    box-shadow: 0 0 6px 3px black;       
}

.master_header
{
    /*height: 30px;*/
    /*background-image: url('Images/logo.png');*/
    /*background-repeat: no-repeat;*/
}

.master_menu
{
    /*height: 35px;*/ 
}

.master_content
{
    min-height:600px;
    border-top: 1px solid #C0C0C0;      
    padding:5px;        
}

.master_footer
{
   border-top:1px solid #C0C0C0;
   padding:5px;
   background-color: #E4E4E4;
}

.master_footer_satir1
{
    float:left;
    height:20px;
}

.master_footer_satir2
{
    float:right;
    height: 20px;
}


