/* CSS Document */
BODY {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #CCCC33;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	background-image: url(images/veslari_intro_02.jpg);
} 

#wrapper {
	width: 960px;
	margin: 2px auto;
	border: none;
	position:relative;
	background-image: url(images/veslari_intro_02.jpg);
	background-repeat: repeat-x;
}

#header {
	background-repeat: no-repeat;
	height:140px;
	text-align:center;
	background-image: url(image/intro_top.png);
	color: #333333;
	font-size: 14px;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;		
}
#Layer1 {
	position: absolute;
	background-repeat:no-repeat;
	height:219px;
	background-image:url(image/intro_foto.png);
	background-position: 50%;
	}
#Layer3flag {
	background-position: center;
	position: absolute;

	text-align:center
	text-decoration: underline;
	
}



#Layer2 {
	
	background-image:url(image/intro_shadow.png);
	background-repeat:no-repeat;
	background-position:center;
	height:578px;
	top: auto;
}
#Layer4 {
	position: relative;
	background-repeat:no-repeat;
	height:578px;
	background-position:center;
	top: auto;
	background-attachment: inherit;	
	
}	
#foot {
	background-image: url(image/intro_down.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:578px;
	top: auto;
	
}	

