//<style type="text/css">
* {
	margin: 0;
	padding: 0;
	}

body {
color: #000000; 
background-color: #ffffff;
}

#vrstva{
position: absolute;
margin-left: -429px;
width: 859px;
height: 100%;

left: 50%;
top: 0px;
}

#vrstvaL{
position: absolute;
width: 30px;
height: 750;
left: -30px;
top: 0px;
background-color: #ffffff;
background-image: url('L.jpg');
background-repeat: repeat-y;
}

#vrstvaLp{
position: absolute;
width: 30px;
height: 100%;
left: -30px;
top: 0px;
background-color: #ffffff;
background-image: url('L.jpg');
background-repeat: repeat-y;
}

#vrstvaP{
position: absolute;
width: 30px;
height: 750;
left: 859px;
top: 0px;
background-color: #ffffff;
background-image: url('P.jpg');
background-repeat: repeat-y;
}

#vrstvaPp{
position: absolute;
width: 30px;
height: 100%;
left: 859px;
top: 0px;
background-color: #ffffff;
background-image: url('P.jpg');
background-repeat: repeat-y;
}

#vrstvaO{
position: absolute;
width: 859px;
height: 750px;
left: 0px;
top: 0px;
background-color: #ffffff;
background-image: url('O.jpg');
background-repeat: no;
}

#prava{
position: absolute;
left: 0px;
top: 730px;
background-color: #ffffff;
}

//</style>
