/* CSS Document */

#mainAnimation {
	position:absolute;
	left:48px;
	top:30px;
}

#welcome {
	position:absolute;
	right:54px;
	top:47px;
	width:239px;
}

#welcome h1 {
	font-size:16px;
	color:#122a49;
}

#welcome p {
	color:#232323;
	text-indent:36px;
	padding-right:34px;
	text-align:justify;
}

#main {
	height:668px;
}

#band {
	background-image:url(../images/main/band_background.png);
	background-repeat:repeat-x;
	height:128px;
	position:absolute;
	left:0;
	top:630px;
	width:100%;
}

#band_left {
	position:absolute;
	left:0;
	top:0;
}

#band_right {
	position:absolute;
	right:0;
	top:0;
}

#boat1 {
	position:absolute;
	left:58px;
	top:17px;
}

#boat2 {
	position:absolute;
	left:343px;
	top:17px;
}

#boat3 {
	position:absolute;
	left:627px;
	top:17px;
}

div.boatDescription {
	width:264px;
	height:102px;
	color:#cacaca;
	overflow:hidden;
}

div.boatDescription img {
	border:#7d7e7f 1px solid;
	float:left;
	margin-right:13px;
}

span.bandTitle {
	font-weight:bold;
	color:#579ac9;
}