body {
	margin:0px;
	padding:0px;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background-color:#ffffff;
}

#container {
	position: absolute;
	left: 50%;	
	margin-left: -500px;
	width: 1000px;
	height: 939px;
	border-width: 10px;
	text-align:left;
	background: url(../img/koszulka_tlo_biala.jpg) no-repeat;
}

#copy {
	position: relative;
	overflow: auto;
	top: 180px;
	left: 300px;	
	width: 460px;
	height: 630px;
	font-size:14px;
}
#copy h1 { font-size:16px; margin-left: 10px; margin-right: 10px }
#copy h2 { font-size:15px; margin-left: 10px; margin-right: 10px }
#copy h3 { font-size:14px; margin-left: 10px; margin-right: 10px }
#copy p { margin-left: 10px; margin-right: 10px }
#copy a { font-size: 16px; color: #FF0000; text-decoration: underline}
#copy a:hover {color: #FF0000; text-decoration: underline}
#copy a:visited {color: #FF0000; text-decoration: underline}
#copy a:link {color: #FF0000; text-decoration: underline}

#footer { 
	position: relative;
	overflow: none;
	width: 510px;
	height: 40px;
	top: 215px;
	left: 260px;
	font-size:12px;
	text-align: center;
}

#footer p { margin-left: 10px; margin-right: 10px; color: #FFFFFF }
#footer p a {color: #FFFFFF; text-decoration: none}
#footer p a:hover {color: #FFFFFF; text-decoration: underline}
#footer p a:visited {color: #FFFFFF; text-decoration: none}
#footer p a:link {color: #FFFFFF; text-decoration: underline}

#leftmenu {
	position: absolute;
	overflow: none;
	width: 220px;
	height: 40px;
	top: 140px;
	left: 80px;
	font-size:12px;
	text-align: left;
	color: #ffffff;
}

#leftmenu p { margin-left: 10px; margin-right: 10px; color: #FFFFFF }
#leftmenu a {color: #FFFFFF; text-decoration: none}
#leftmenu a:hover {color: #FFFFFF; text-decoration: underline}
#leftmenu a:visited {color: #FFFFFF; text-decoration: none}
#leftmenu a:link {color: #FFFFFF; text-decoration: none}

#leftmenu li {
margin: 0px;
padding: 0px;
}

#rightmenu {
	position: absolute;
	overflow: none;
	width: 220px;
	height: 40px;
	top: 120px;
	left: 780px;
	font-size:12px;
	text-align: left;
	color: #ffffff;
}

#rightmenu p { margin-left: 10px; margin-right: 10px; color: #FFFFFF }
#rightmenu p a {color: #FFFFFF; text-decoration: none}
#rightmenu p a:hover {color: #FFFFFF; text-decoration: underline}
#rightmenu p a:visited {color: #FFFFFF; text-decoration: none}
#rightmenu p a:link {color: #FFFFFF; text-decoration: none}


