body{
	margin: 0px;
	padding: 0px;
}

div{
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
}

div#main{
/*	max-width: 1400px;*/
	position: relative;
}

div#top-box{
	width: 100%;
	height: 162px;
}
div#top-logo{
	height: 132px;
	text-align: center;
}
div#top-logo img{
	border: 0px;
}
div#top-menu-box{
	position: relative;
	top: -12px;
	z-index: 49;
	height: 40px; 
}
div#top-menu-buttons{
	width: 978px; 
	margin: auto;
	padding-top: 6px;
	height: 34px;
}

div#left-menu-box{
	z-index: 40;
	float: left;
	width: 170px;
	min-height: 530px;
	position: relative;
	top: -2px;
	padding: 0px 0px 0px 10px;
}
div#left-menu-separator{
	border-right: 2px solid #606060;
	min-height: 482px;
	float: right;
}

div#right-menu-box{
	z-index: 41;
	float: right;
	width: 170px;  
	min-height: 530px;
	position: relative;
	top: -2px;
	padding: 0px 10px 0px 0px;
}
div#right-menu-buttons{
	float: right;
}
div#right-menu-separator{
	border-left: 2px solid #606060;
	min-height: 482px;
	float: left;
}

div#center-box{
	z-index: 0;
	position: absolute;
	border-top: 1px solid #606060;
	top: 160px;
	right: 180px;
	left: 180px;
	font-family: Verdana;
	font-size: 12px;
}
div#center-box a{
}
div#center-box img{
/*	border: 4px double black;          raczej do wywalenia
	padding: 3px;
	background: white; 
}
div#center-box a img:hover{
	border: 4px double red;
	padding: 3px;
	background: white; */
}
div#content{
	position: relative;
	z-index: 1;
	overflow: auto;
	min-height: 470px;
	min-width: 404px;
	padding: 10px 10px 0px 10px;
	line-height: 150%;
}
div#main-ad-box{
	width: 100%;
	text-align: center;
}

div#footer{
	position: relative;
	height: 36px;
	z-index: 3;
	border-top: 2px solid #606060;
	padding: 6px 0px 6px 0px;
	text-align: center;
	line-height: 150%;
}
div#footer a {
	text-decoration: none;
	border-bottom: 1px solid #050;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: #050;
}
div#footer a:hover {
	border: 1px dashed #050;
	color: #050;
}
div#footer span {
	font: normal 10px Verdana;
}

div#footer-ad-box{
	position: absolute; 
	bottom: 0px;
	left: 50%;
	width: 746px;
	margin-left: -373px;
	margin-bottom: -2px;
}
div#footer-ad{
	float: left;
}
div#footer-ad-switch{
	float: right;
	width: 18px; 
	height: 15px;
	position: relative;
	top: 1px;
	background: black; 
	color: red; 
	font-family: Arial; 
	font-size: 14px;
	cursor: pointer;
}

.ErrorMsg{
	padding: 0px 100px;
	margin: 80px auto;
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}