html {
    height: 100%;
}

body {
	padding: 0px;
	background-color: Black;
	background-image: url(img/bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	margin-top: 10px;
	
}


a {
	font-family: tahoma;
	text-decoration: none;
	color: #242424;
	
}

a:hover {
	font-family: tahoma;
	text-decoration: none;
	color: #565656;

}

.major {
	background-repeat: no-repeat;
}


img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

object {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

embed {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: center;
}

td {

	vertical-align: top;
	font-family: tahoma;
	font-size: 11px;
	color: white;
}


.content {
	padding-left: 15px;
	padding-right: 15px;
}

#flash {
	position: absolute;
	margin-left:auto;
   margin-right:auto;
	left: 1px;
	top:1px;
	bottom: 0px;
	z-index: 1;
	height: 0px;	
}

#content {
	position: absolute;
	margin-left:auto;
   margin-right:auto;
	width: 732px;
   left: 20px;
	top: 233px;
	z-index: 2;
}

  
#podstawa {
	position:relative;
   width:752px;
	height: 752px;	
	padding: 0px;
	z-index: 0;
   margin-left:auto;
   margin-right:auto; 
	background-image: url(img/inner.jpg);
}

.ramka {
	background-color: transparent;
	background: transparent;
}

