body {
	
	margin:0;
	padding:0;
	background-image:url(../images/BabyPenguin.jpeg);
	background-color:#fff;
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


div#content{
	
	position:absolute;
	background-image:url(../images/BabyPenguin-BlueScreen.jpeg);
	background-color:#6fa7fb;
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	margin:0;
	padding:12px;
	border:1px solid orange;
	top:180px;
	left:180px;
	right:15px;
	color:white;
	
}

div#menu{
	
	position:fixed;
	
	margin:0;
	padding:0px;
	top:180px;
	left:15px;
	width:139px;
	bottom:35px;
	
}

div#menu a{
	
	background-image:url(../images/BabyPenguin-BlueScreen.jpeg);
	background-color:#6fa7fb;
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	display:block;
	border:1px solid orange;
	padding:3px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	
}

div#menu a:hover{
	
	background-image:url(../images/BabyPenguin-OrangeScreen.jpeg);
	background-color:#feaf3d;
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	color:white;
	border:1px solid white;
	
}

