/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

html, body {
	background: #000000 url('../img/bg.png') top center no-repeat fixed;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#top {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
        
}

#NAGLOWEK {
	
        height: 26px;
        margin-top: 50px;
        background: #000000 url('../img/tlonaglowek.png')  repeat;
        
}

#TRESC {
	width: 900px;
        height: 506px;
        
        overflow: hidden;
	background: #000000 url('../img/tloenter.png') top left no-repeat;
        margin-left:auto;
        margin-top: 0;
}


#TRESC2 {
	width: 900px;
        height: 100px;
        float: left;
        overflow: hidden;
	background: #000000 url('../img/tlotresc2.png') top left no-repeat;
        
}

#bottom {
	clear: both;
	width: 100%;
	background-color: #888;
}
  
/* Zmiana loga Mlody Trucker po najechaniu myszka */
       #mtenter {
        list-style-type:none;
        margin-left:335px;
        margin-top:330px;
        padding:0;
        height:100px;
        width:250px;
      }

      #mtenter li {
        float:left;
        margin-left:15px;
      }

      #mtenter li:first-child {
        margin-left:0;
      }

      #mtenter li a {
        display:block;
        width:250px;
        height:100px;
		text-indent:-99999px;
        background-image:url('../img/enter.png');
      }

      #mtenter #mt a {}
      

      #mtenter #mt a:hover { background-position:-250px 0; 
      }
      
/* KONIEC - Zmiana loga Mlody Trucker po najechaniu myszka */


  #NAGLOWEK p {
  margin-top: 4px;
  text-align:center;
  padding: 4px;
  font-family: verdana;
  font-size:12px;
  line-height:16px;
  color: #FFFFFF;
  
}
 

 #bottom p {
  text-align:center;
  padding-top:12px;
  font-family: verdana;
  font-size:14px;
  line-height:16px;
  color: #FFFFFF;


}
  #bottom {
  margin-top: 15px;
  height: 40px;
  background: #000000 url('../img/tlofooter.png') bottom left repeat;
}
 
 