BODY {
 	background-image: url(image/Bamboo.jpg);
    	background-repeat: no-repeat;
     	text-align: center;
	font-family:"Courier New" Courier monospace;
}
#main {
	height: 50%;
	width: 700px;
	text-align: left; 
	margin: 0 auto;
}
#banner {
	background-image: url(image/banner.png);
	background-repeat: no-repeat;
	width:100%;
	height:200px;
	margin-bottom:10px;
	border-style:solid;
}
#menu {
	height:19px;
	width:700px;
	font-weight:bold;
	background-color:white;
	border-style:solid;
	margin-bottom:10px;
	text-align: center;
}
#srodek {
	height:450px;
	width:700px;
	background-color:white;
	/*background-image:url(wajt.png);
	background-repeat: xy;*/
	text-align: left; 
	border-style:solid;
	margin-bottom:5px;
}
#reds {
	background-image: url(image/red.png);
	background-repeat: xy;
	height:100%;
	width:103px;
	margin-right:5px;
	float:left;
}
#text {
	width:100%;
	height:100%;
}
#test {
	padding-right:10px;
	}
#foot {
	height:11px;
	width:700px;
	background-color:white;
	border-style:solid;
	text-align:center;
	font-size:10px;
}
img {
	border:none;
}
a:link {
	color:black;
	text-decoration: none;
	/*font-weight:normal;*/
	border:none;
}
a:visited {
	color:black;
	text-decoration: none;
	/*font-weight:normal;*/
	border:none;
}
a:hover {
	color:#ef1525;
	text-decoration: overline underline;
}


