* {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0 auto;
	width:950px;
	font:10px Verdana, Tahoma, sans-serif;
	background:#000;
}

a {
	color:#000;
}

#txt {
	margin:10px 15px;
	text-align:justify;
	font:bold 12px Courier New, mono-space;
	line-height:14px;
}

#form {
	margin:25px 0 0 50px;
}

#dane {
	width:220px;
	text-align:right;
	margin-left:60px;
}

.input-radio {
	margin-left:25px;
	height:13px;
}

.input-text {
	margin:3px 0 0 25px;
	width:200px;
}

.text {
	margin:3px;
	width:150px;
}

.text, .input-text {
	border:1px solid #999;
	background-color:#ddd;
	font:bold 12px Courier New, mono-space;
	padding:1px;
}

.button {
	margin:3px;
	border:1px solid #777;
	background-color:#bbb;
	font:bold 12px Courier New, mono-space;
	width:150px;
	height:22px;
}

#top {
	width:950px;
	height:202px;
	background-image:url(img/1.jpg);
}

#box{
	width:950px;
}

#box-left {
	width:21px;
	height:602px;
	background-image:url(img/2.jpg);
	float:left;
}

#box-txt {
	width:611px;
	height:602px;
	background-image:url(img/3.jpg);
	float:left;
}

#box-right {
	width:318px;
	height:602px;
	background-image:url(img/4.jpg);
	float:right;
}

#foot {
	width:950px;
	height:49px;
}

#foot-left {
	width:31px;
	height:49px;
	background-image:url(img/5.jpg);
	float:left;
}

#foot-txt {
	width:307px;
	height:49px;
	float:left;
}

#foot-right {
	width:612px;
	height:49px;
	background-image:url(img/8.jpg);
	float:right;
}

#foot-info {
	margin:15px 0 0 9px;
}

#bottom {
	width:950px;
	height:20px;
	background-image:url(img/9.jpg);
	clear:both;
}

.red {
	color:red;
}

.center {
	text-align:center;
}