/** Petr Muhlhans, autor: Jiøí Praus **/

/** specialni vlastnosti jimiz se odlisuje detail od ostatnich stranek **/

/** komponenty s jinym css ale stejnym id nebo class pro jinou stranku **/

#obsah_blok {
    background: transparent url('../images/obsah_blok.png') no-repeat center bottom; }
        
#main {
    width: 910px;
    padding: 0 0 170px 0;
    margin: 0 auto;
    background: #2b3745 url('../images/main_gradient.png') no-repeat left bottom;
    text-align: left; }

#content {
    padding: 0 0 0 20px; }
    
#obsah {
    width: 525px;
    padding-top: 14px;
    float: left; }
    
#sloupec {
    width: 320px;
    height: 560px;
    float: right;
    position: relative;
    text-align: right; }
    
#hvezdy {
   position: absolute;
   right: 0;
   top: -40px; 
}
#player{
	width: 140px;
	height: 50px;
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 50;
	background: url(../../mx-online/images/cz.gif);
}

