html,body {
	margin: 0;
	padding: 0;
	height:100%;
	
	
}

#top {
background-color: white;
	
	margin: 0 auto;
	padding: 0;
	height:100%;
	width: 100%;
	



}
#left{
	background-color: white;
	width: 50%;
	margin: 0 auto;
	
	height:100%;
	float: left;
	



}
#right {
	background-color: black;
	width: 50%;
	margin: 0 auto;
	
	height:100%;
	float: right;



}

#panelleft
{
	text-align: right;
	margin-top: 8%;
	margin-bottom: 8%;
	margin-left: 60px;
	text-align: right;
	height: 86%;
	
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	
	background-image: url(leafl.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}

#panelright
{
	text-align: left;
	margin-top: 8%;
	margin-bottom: 8%;
	margin-right: 60px;
	height: 86%;
	
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	
	background-image: url(leafr.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;	
	position: relative;
	
}

.imgleft
{
	margin-top: 15px;
	clear: both;
	
}

.imgright
{
	margin-top: 15px;
	clear: both;
	
}

.dollink
{
width: 100%; position: absolute; bottom: 50px; left: 0px;
}

.linkslubne a {
margin: 0 auto;
margin-top: 0px;
display: block;
width: 300px;
height: 150px;
background: transparent url(linkslubne.png) no-repeat;

}

.linkslubne a:hover {
background-position: -300px 0;
} 

.linknieslubne a {
margin: 0 auto;
margin-top: 0px;
display: block;
width: 300px;
height: 150px;
background: transparent url(linknieslubne.png) no-repeat;

}

.linknieslubne a:hover {
background-position: -300px 0;
} 

