@charset "UTF-8";
/* CSS Document */

body
	{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#postit
	{
	position:absolute;
	height: 233px;
	width: 229px;
	z-index:3;
	}
	
#sidenav
	{
	position:fixed;
	top:200px;
	height: 480px;
	width: 138px;
	z-index:2;
	}
	
#player1
	{
	position:fixed;
	top:8px;
	left:250px;
	height: 15px;
	width: 400px;
	z-index:2;
	background-color:transparent;
	}
	
#player2
	{
	position:fixed;
	top:8px;
	left:700px;
	height: 15px;
	width: 400px;
	z-index:2;
	background-color:transparent;
	}
	
a:link {
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;	
}

a:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;	
}

a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ae9633;
	text-decoration: none;		
}

a:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;	
}
	

#nest        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index:1
	}

#egg    
	{
	position: absolute;
	left: 50%;
	visibility: visible;
	margin-left: -800px;
	margin-top: -617px;
	z-index:1
	}
	
	
#nest1        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	margin: 0px;
	padding: 0px;
	}

#egg1    
	{
	position: absolute;
	top: -150px;
	left: 50%;
	visibility: visible;
	margin-left: -200px;
	}
