@charset "utf-8";
/* CSS Document */

body {
	background: #85d5f7 url(img/bg.jpg);
	margin: 0px;
	padding: 0px;
}
#pelikan {
	background: url(img/pelikan.jpg) bottom;
	height: 835px;
	width: 668px;
	margin:0;
	padding:0;
	float:left;
}

#txt {
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin: 70px 0px 0px 400px;
	float:left;
}

