/* CSS Document */

.duckDuckPenguinPage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
		position:relative;
} /* end .myPage code */

body{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: small;
		color: #333333;		
		text-decoration: none;
}

	div.left{
	position:absolute;
	bottom: 15px;
	right: 15px;
	}
	
	div.bottom{
	position:absolute;
	left: 10px;
	bottom: 25px;
	}

		div.cent{
	position:fixed;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -300px;
	}

		div.icons{
	
	position:absolute;
	bottom: 45px;
	left: 10px;
	border:none;
	padding: none;
	}
