@CHARSET "ISO-8859-1";

#global{ /* A global container which holds everything in the center of the browser window */
	background-image: url('../../images/bg-home.gif');
}

div#bird{
	position: absolute;
		top: 15px;
		left: 250px;
	z-index: 5;
}	

div#content{
	left: 110px;
	top: 80px;
	width: 480px;
	height: 270px;
}