

html, body {font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 0.9em;
  	color: #fff;
    background: #000 url(../images/bg1.jpg) no-repeat scroll left top;
}



#NAGLOWEK {
	color: #fff;
	  font-size: 2em;
	    margin-right: 0px;
		width: 800px;
		text-align:right;
}

#MENU {
	width: 150px;
	float: left;
	overflow: hidden;
	margin-left: 100px;
			    margin-top: 150px;
}

#TRESC {
	width: 600px;
	float: left;
	overflow: hidden;
	margin-left: 40px;
		    margin-top: 50px;
					    margin-bottom: 100px;
}

#STOPKA {

	clear: both;
	width: 800px;
	background-color: #888;		    margin-top: 50px;
}


a {color: #E5473C; text-decoration: none;  }
a:link {color: #E5473C;  }
a:visited {color: #E5473C;  }
a:hover {color: #fff; text-decoration: underline; }