/* CSS Document */

.main {
	width: 900px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -350px auto auto -450px;
	background-color: #FE6700;
	background-image:  url("pix/start-bg.jpg");
	background-repeat: no-repeat;
	border: 0px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #660066;
	}

body {
	background-color: #FE6700;
	color: #660066;
}

.aboutbird {
	background-image: url(pix/sta-about-ro.jpg);
	height: 150px;
	width: 150px;
	left: 130px;
	top: 130px;
	position: absolute;
}
.accessbfly {
	background-image: url(pix/sta-access-ro.jpg);
	height: 120px;
	width: 120px;
	position: absolute;
	left: 630px;
	top: 160px;
}
.linksbfly {
	background-image: url(pix/sta-links-ro.jpg);
	height: 70px;
	width: 100px;
	position: absolute;
	left: 180px;
	top: 440px;
}
.flower {
	background-image: url(pix/sta-forum-ro.jpg);
	height: 50px;
	width: 160px;
	position: absolute;
	left: 180px;
	top: 510px;
}
.spacealien {
	background-image: url(pix/sta-spacealien-ro.jpg);
	height: 110px;
	width: 80px;
	position: absolute;
	left: 340px;
	top: 460px;
}
.dreamelf {
	background-image: url(pix/sta-dreamelfe-ro.jpg);
	height: 110px;
	width: 100px;
	position: absolute;
	left: 420px;
	top: 460px;
}
.bilderbird {
	background-image: url(pix/sta-gallery-ro.jpg);
	height: 130px;
	width: 110px;
	position: absolute;
	left: 610px;
	top: 440px;
}
.spacelink {
	background-image: url(pix/sta-space.jpg);
	position: absolute;
	height: 190px;
	width: 100px;
	left: 10px;
	top: 360px;
}
.dreamlink {
	background-image: url(pix/sta-dream.jpg);
	position: absolute;
	height: 190px;
	width: 100px;
	left: 790px;
	top: 360px;
}
.homelink {
	background-image: url(pix/sta-home.jpg);
	position: absolute;
	height: 80px;
	width: 220px;
	left: 340px;
	top: 610px;
}
.smaller {
	font-size: 11px;
}

