body {
    background-color: black;
    background-image: url('../images/1600.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
    color:#564b47;
    padding:0px;
    margin:0px;
}
a {
    color: white;
    text-decoration: none;
}
a img {
    border: none;
    margin-bottom: 10px;
}
.space {
    width: 100%;
    height: 7px;
    font-size: 1px;
}
#ie {
    _width: 100%;
    _text-align: center;
    _height: 100%; 
}
#container {
    width: 1000px;
    margin: auto;
    _text-align: left;
    _height: 100%; 
}
#l {
    width: 512px;
    font-size: 10px;
    text-align: center;
    color: white;
    float: left;
    margin-right: 10px
}
#someElement {
    width: 512px;
    height: 384px;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    background-color: black;
    color: white;
    border: 1px solid silver;
    margin-bottom: 20px;
}
#branding {
    width: 512px;
    font-size: 10px;
    text-align: center;
    color: white;
}

#drawContent {
    width: 400px;
    float: left;
    _height: 100%;   
}
     .breaker {
        width: 100%;
        margin-bottom: 7px;
        color: #ACACAC;
    }
    #drawContent textarea {
        width: 324px;
        _width: 318px;
        height: 10%;    
        font-size: 12px;
        color: white;
        border: 1px solid silver;    
        background-color: #2D2D2D;
        margin-right: 6px;
        float: left;        
    }
    #drawContent input {
        width: 70px;
        height: 10%;        
        font-size: 10px;
        color: white;
        border: 1px solid silver;    
        background-color: #2D2D2D;
    }
#draw {
    width: 100%;
    height: 70%;
    font-size: 10px;
    color: white;
    border: 1px solid silver;    
    background-color: black;
    margin-bottom: 10px;    
    background-repeat: no-repeat;
    background-position: 370 10;
    overflow: hidden;  
    
}
    #draw table.cho {
        margin-top: 0px;
    }
    #draw table.cho td {
        font-size: 11px;
    }
        #draw table.cho td:first-child {
            width: 60px;
            vertical-align: top;
        }    
    #draw table.cho .licha {
        color: white;
    }    
    #draw table.cho .suda {
        color: #FF8000;
    }
    #draw table.cho .prezdivka {
        font-size: 10px;
        color: silver;
        text-align: left;
    }    
    
    
/*registrace*/
#reg, #login {
    width: 400px;
    float: left;
}
#reg h1, #login h1 {
    color: white;
}
#reg table td, #login table td {
    color: white;
    font-size: 14px;
    height: 35px;
}
#reg input, #login input {
    font-weight: bold;
    font-size: 14px;
}


    
.cleaner {
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: both;
}