/* PAGE/GENERAL */
html{
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body{
	height: 100%;
	background-image: url(img/tl.jpg);	
	background-repeat: repeat-x;
	background-color: #E1E1E1;
}

#page{
	position: relative;
	padding:0px;
	margin: 0px auto;
	min-height: 100%;
	width:840px;
	border-left:1px solid black;
	border-right:1px solid black;
	background-image: url(img/tlo.jpg);
	background-repeat: repeat-y;
	/*background-color:white;*/
}

* html #page{
	height: 100%;
}
/* HEADER */
#header{
	margin: 0px auto;
	border:0px solid red;
}
/* CONTENT */
#content{
	/*padding:0px;
	margin: 0px auto;*/
	/*background-color:white;*/
	/*border-left:1px solid black;
	border-right:1px solid black;*/
	background-image: url(img/topbackground2.jpg);
	background-repeat: no-repeat;
	padding-bottom:100px;
	overflow:hidden;
}

/* FOOTER */
#footer{
	position: absolute;
	bottom: 0px;
	width: 840px;
	height:60px;
	text-align:center;
	line-height: 1.5em;
	background-image: url(img/pasek_d.jpg);
	background-repeat: no-repeat;
	background-color:white;
	border-bottom:1px solid black;
}
