* {
	 margin: 0px;
	 padding: 0px;
}

body {
	 margin-top: 10px;
	 margin-bottom: 10px;
	 text-align: center; 
	 font-size: 13px; 
	 font-family: verdana, arial;
	 background-color: #000000;
}
	
#all {
    width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
		background: url('/images/bg_all.jpg') repeat-y;
		overflow: hidden;
}

#header {
    width: 900px;
		height: 245px;
		background: url('/images/logo.png') repeat-y;
		position: relative;
}

#logo1 {
		position: absolute;
		right: 28px;
		top: 20px;
}

#linkk {
		position: absolute;
		right: 350px;
		top: 90px;
}

#left {
    float: left;
    width: 220px;
}

#menu {
		margin-left: 60px;
		text-align: left;
		color: #000000;
}

#right {
    float: left;
    width: 680px;
}

#tytul {
		margin-left: 10px;
		text-align: left;

		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
}

#title {
		margin-left: 60px;
		width: 580px;
		text-align: left;
		font-weight: bold;
		margin-bottom: 20px;
}

#content {
		margin-left: 60px;
		width: 580px;
		text-align: justify;
}

#bottom {
		position: relative;
		clear: both;
		height: 171px;
    background-image: url('/images/bottom.png');
}

#stopka {
		position: absolute;
		top: 70px;
		left: 270px;
}

#valid {
		position: absolute;
		top: 90px;
		left: 400px;
}

img {
		border: 0px;
}

a {
		color: #000000;
		text-decoration: none;
}

#linkk a {
		color: #ffffcc;
		text-decoration: none;
}

#content a {
		color: #ffffcc;
		text-decoration: none;
}

a:visited {
		color: #000000;
		text-decoration: none;
}

a:hover {
		color: #ffffcc;
		text-decoration: none;
}

ul {
		list-style-type: square;
}

h1 {
		font-size: 20px;
}
