html * {
				margin:0;
				border:0;
				padding:0;
}
/* ------------------------------------------ body --------------------------------------------- */
body {
        text-align:center;
        font:100.01% ;
        background:#dedede;
				font:100.01% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				text-align:left;
				}
				
/* ------------------------------------------ centurion --------------------------------------------- */

#centurion {
				width:800px;
				height:680px;
				position:absolute;
			  left:50%;
				top:50%;
				margin-top:-340px;
				margin-left:-400px;
				background:url('images/strona-justyny.jpg') no-repeat;
				}
/* ------------------------------------------ h1 --------------------------------------------- */	
h1 span {  
				position:absolute;
				left:-10000px;
				}			
/* ------------------------------------------ menu --------------------------------------------- */

ul#menu {
				list-style-type:none;
				float:left;
				width:400px;
				height:60px;
				margin-left:254px;
				margin-top:240px;
				margin-bottom:20px;
				}
ul#menu li { display:inline; }
ul#menu li a {
				display:block;
				height:60px;
				float:left;
				width:100px;
				background:url('images/spinacz02.png') 0 -200px no-repeat;
				}
ul#menu li a:hover  { background:url('images/spinacz02.png') 0 bottom no-repeat; }
ul#menu li a.active { background:url('images/spinacz02.png') 0 bottom no-repeat; }
ul#menu li a:hover,  { background:url('images/spinacz02.png') 0 bottom no-repeat; }
ul#menu li a span {
				position:absolute;
				left:-10000px;
				} 
/* ------------------------------------------ content --------------------------------------------- */
#content {
				float:left;
				clear:both;
				width:300px;
				margin-left:264px;
				font-size:.9em;
				}
#content p strong { color:#3e667c; }
#content p a, #content li a { 
				color:#e36e2b;
				text-decoration:none;
				padding-bottom:2px;
				}
#content p a:hover, #content li a:hover { text-decoration:underline; }
#content ul { margin:5px 0 0 20px; }
/* ------------------------------------------ autograf --------------------------------------------- */
#autograf {
				position:absolute;
				width:135px;
				height:124px;
				top:475px;
				left:425px;
				background:url('images/autograf.png');
				}
#autograf span {
				position:absolute;
				left:-10000px;
				}
/* ------------------------------------------ stopka --------------------------------------------- */				
#stopka {
			  position:absolute;
				font-family:tahoma;
				left:80px;
				top:602px;
				font-size:.6em;
				color:#fff;
				}
#stopka address { font-style:normal; }
#stopka address a { 
				text-decoration:none;
				color:#fff;
				}
#stopka address a:hover {
				text-decoration:underline;
				}
