html,body { margin: 0; padding: 0; height: 100%; }

body {
	background:#df562b;
	color:#ffffff;
	font-family: helvetica,arial,sans;
	font-size:18px;
	line-height: 22px;
	font-weight:bold;
	margin:0px;
}

	
	#text {
		position:absolute;
		z-index: 1;
		top:60px;
		left:60px;
		margin:0px;
	}
	
	#egg {
		position:absolute;
		z-index: 2;
		bottom:0px;
		right:200px;
		margin:0px;
	}
	
	.info {
		color: #000000;
	}

a:link {
	color:#ffffff;
	text-decoration : none; 
}
a:visited {
	color:#ffffff;
	text-decoration : none; 
}
a:hover {
	color:#000000;
	text-decoration : none; 
}

.info a:link {
	color:#000000;
	text-decoration : none; 
}
.info a:visited {
	color:#000000;
	text-decoration : none; 
}
.info a:hover {
	color:#ffffff;
	text-decoration : none; 
}

