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


div#content{
	
	position:absolute;
	background-image:url(../images/Yzerman-Pixelated-White.jpeg);
	background-color:#fff;
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	margin:0;
	padding:12px;
	border:1px solid red;
	top:180px;
	left:180px;
	right:15px;
	
}

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

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

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

