
body
{
	background-color: RGB(189,224,236);
	background-image: url('/images/bg-gradient.jpg');
	margin: 0px;
}

.scrollleft
{
	float: left;
}

.scrollright
{
	float: right;
}

.eggdroplogo
{
	position: absolute;
	left 0px;
	top: 0px;
	width: 100%; 
	text-align: center;
	z-index: 10;
}

.contentpane
{
	position: absolute;
	left: 0px;
	top: 270px;
	width: 100%; 
	text-align: center;
}


.grass
{
	background: url('/images/grass.png');
	position: absolute;
	left: 0px;
	top: 570px;
	width: 100%; 
	height: 78px;
}

.eastereggs
{
	position: absolute;
	left: 20px;
	top: 0px;
}

.freedomlogo
{
	float: right;
	padding-right: 15px;
}
