/* CSS file for the rounded corners */

.topLeft {
	width: 10px;
	height: 10px;
	background-image: url(img/corners/topLeft.png);
	background-repeat: no-repeat;
	z-index:1000;
	position:relative;
}

.top {
	width: 10px;
	height: 10px;
	background-image: url(img/corners/top.png);
	background-repeat: repeat-x;
	z-index: 10000;
	position:relative;
}

.topRight {
	width: 10px;
	height: 10px;
	background-image: url(img/corners/topRight.png);
	background-repeat: no-repeat;
	z-index:1000;
	position:relative;
}

.left {
	width: 10px;
	height: 10px;
	background-image: url(img/corners/left.png);
	background-repeat: repeat-y;
	position:relative;
}

.right {
	width: 10px;
	height: 10px;
	background-image: url(img/corners/right.png);
	background-repeat: repeat-y;
	position:relative;
}

.botLeft {
	width: 10px;
	height: 10px;
	background-image: url(img/corners/botLeft.png);
	background-repeat: no-repeat;
	padding: 5px;
	z-index:1000;
	position:relative;
}

.bot {
	width: 10px;
	height: 10px;
	background-image: url(img/corners/bot.png);
	background-repeat: repeat-x;
	z-index:1000;
	position:relative;
}

.botRight {
	width: 10px;
	height: 10px;
	background-image: url(img/corners/botRight.png);
	background-repeat: no-repeat;
	padding: 5px;
	z-index:1000;
	position:relative;
}



table#backgroundImage {
	background-image: url(img/destinationsInTheBaltics.jpg);
	background-repeat: no-repeat;
}

div#header {
  margin: auto;
	width: 760px;
	height: 49px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}
