/* CSS Document */

#p1 {
	position: relative;
	width: 300px;
	top: 10%;
	left: 5%;
}
#p2 {
	position: relative;
	width: 300px;
	top: 10%;
	left: 40%;
}
div#enc1 {
	border-right: 1px solid silver;
	background-image: url(../images/frontpage/Plane-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#enc2 {
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	background-image: url(../images/frontpage/Ship-2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#enc3 {
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	text-align: right;
	width: auto;
	background-image: url(../images/frontpage/lightstogether.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
div#enc4 {
	border-bottom: 1px solid silver;
	width: 300px;
	float: right;
	color: #555555;
}
.splashtext {
	font-size: 1.1em;
	color: #555555;
	text-align: center;
	overflow: auto;
	max-height: 120px;
}
.splashdiv {
	height: 130px;
	overflow: auto;
	min-height:110px;
}
