@charset "iso-8859-2";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width: 100%;
	
}

body {
	width: 100%;
	height: 100%;
	background: #CCCCCC;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 100%;
	color: #000000;
}

#center {
	width: 1px;
	height: 1px;
	position: relative;
	top: 50%;
	left: 50%;
	overflow: visible;
}

#holder {
	position: absolute;
	width: 600px;
	height: 450px;
	top: -200px;
	left: -299px;
	background-color: #ffffff;
	background-image: url(/images/hydro_600_450.jpg);
	border: 2px solid #000000;
	overflow: visible;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.textmiddle {
	text-align: center;
}

.leftimage {
	float: left;
	width: 100%;
	height: 100%;
}


#pic1 {
	position:absolute;
	left:6px;
	top:7px;
	width:48px;
	height:48px;
	z-index:1;
}

#pic2 {
	position: absolute;
	right: 5px;
	top: 7px;
	width: 48px;
	height: 48px;
	z-index: 1;
}

#pic3 {
	position:absolute;
	left: 251px;
	top: 282px;
	width: 98px;
	height: 111px;
	z-index:1;
}

#content {
	position:absolute;
	left:150px;
	top:130px;
	width:286px;
	height:114px;
	z-index:1;
}

#content h1 {
	font-size: 130%;
	font-weight: bold;
	padding: 10px 10px 20px 10px;
}
