<style type="text/css">

#page {
	position:relative;
	background-color: #FFFFFF;
	left:20px;
	top:5px;
	width:705px;
	height:600px;
	z-index:1;
}
#head {
	position:relative;
	left:0px;
	top:0px;
	width:705px;
	height:100px;
	z-index:2;
	background-image: url(head.gif);
	background-color: #000000;
	background-repeat: no-repeat;
}

#left {
	position:relative;
	left:0px;
	top:0px;
	width:100px;
	height:585px;
	z-index:20;
	float: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-weight: bold;
}


#content {
	position:relative;
	left:0px;
	top:0px;
	width:585px;
	height:585px;
	z-index:20;
	background-image: url(bg_sko.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	background-color: #FFFFFF;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10;
	padding: 0;
	
}
body {
	background-color: #CCCCCC;


}
p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10;
	margin-left: 0px;
}

h1 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;

}




</style>
