@charset "UTF-8";
body
{
	background-color: #FFFFCC;
	text-align: center;
}
#container
{
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFCC;
	margin-top: 0px;
}

#Carousel
{
	position: absolute;
	height: 152px;
	width: 303px;
	left: 350px;
	top: 80px;
	z-index: 5;
}

#fly
{
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 32px;
	color: #339900;
	height: 100px;
	width: 100%;
	font-weight: bolder;
	text-align: center;
	left: 0px;
	top: 300px;
	z-index: 4;
}

#footer
{
	left: 0px;
	top: 600px;
	height: 100px;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	position: absolute;
	color: #666666;
	z-index: 1;
}

