body { 
	background-color: #006069;
	background-image: url('../img/welcome-background.png');
	background-repeat: repeat-x;
	padding: 0; 
	margin: 0; 
	font-family: 'Verdana', 'Arial';
	min-width: 825px;
}
img, { 
	margin: 0;
	padding: 0; 
	border: 0; 
}
a img { 
	border: 0; 
}
#bar-wrapper {
	background-color: #165f66;
	width: 100%;
	height: 225px;
	position:absolute;
	top: 35%;
}
#bar { 
	padding-left: 75px;
	color: #006060; 
	margin: 0; 
	text-align: center;
	z-index: 100;
	min-width: 825px;
}
#stones {
	position: absolute;
	top: 35%;
	height: 65%;
	width: 100%;
	z-index: 50;
	background-image: url('../img/welcome-stones.png');
	background-repeat: no-repeat;
	background-position: center 230px;
}
#bar img {
	margin: 0 10px;
}
#albums {
	position: absolute;
	top: 195px;
	left: 50%;
	z-index: 100;
	margin-left: 145px;
}
#bar .text {
	width: 225px;
	position: absolute;
	color: #9cb8b9;
	z-index: 50;
	top: -30px;
	left: 50%;
	text-align: right;
	font-family: 'Papyrus', 'Verdana';
    font-size: 16pt;
    line-height: 16pt;
}
#bar #fr {
	margin-left: -80px;
}
#bar #nl {
	margin-left: 170px;
}
#logo {
	position: absolute;
	left: 10%;
	top: 13%;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #9cb8b9;
}
