@charset "UTF-8";
#container {
	background-image: url(images/bg.jpg);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(images/header.jpg);
	height: 240px;
	width: 960px;
}

#left {
	float: left;
	width: 160px;
}
#section {
	float: left;
	width: 460px;
	padding:10px;
}
	a:link {
	 color: #27B403;
 }
 a:visited {
	 color:#F763C3;
 }
 a:hover {
	 color: orange;
 }
 a:active {
	 color: #027F82;
}
#footer {
	background-image: url(images/footer2.jpg);
	height: 80px;
	width: 960px;
	clear:both;
}
#right {
	float: left;
	width: 320px;
}
body{background-color: #03AAFA;}

#leftflamingo {
	position: absolute;
	left: 20px;
	top: 160px;
}
#rightflamingo {
	position: absolute;
	top: 160px;
	left: 900px;
}
 