body {
	position: relative;
	font-family: Times;
	background-image: url(backnew.jpg);
	background-position: 10em 1em;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #dedede;
	text-align: center
	}

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

#animated {
	position: fixed;
	top: 90px;
	left: 448px;
	}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px times;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #fdff67;
}

#food {
			text-align: left;
			font-size: 25px;
			position: fixed;
			left: 167px;
			top: 49px;
			}
			
#food a:hover{
			color: #FFFFFF;
			}
			
#games {
			text-align: left;
			font-size: 25px;
			position: fixed;
			left: 167px;
			top: 153px;
			}
			
#games a:hover{
			color: #FFFFFF;
			}
			
#publishing {
			text-align: left;
			font-size: 25px;
			position: fixed;
			left: 167px;
			top: 247px;
			}
#publishing a:hover{
			color: #FFFFFF;
			}
			
#misc {
			text-align: left;
			font-size: 25px;
			position: fixed;
			left: 167px;
			top: 354px;
			}
			
#misc a:hover{
			color: #FFFFFF;
			}			
			
#con {
			text-align: left;
			font-size: 25px;
			position: fixed;
			left: 167px;
			top: 467px;
			}
			
#con a:hover{
			color: #FFFFFF;
			}
	
#gallery {
	position: absolute;
	top: 8px;
	left: 322px;
	}
	
#pic {
	position: absolute;
	top: 150px;
	left: 520px;
	}
	
#contact {
	font: 20px times;
	text-align: left;
	position: absolute;
	left: 820px;
	top: 290px;
	}
	
#contact a:hover{
	color: #FFFFFF
	}
	
#home {
	position: absolute;
	top: 570px;
	left: 1050px;
	}
	
#home a {
	color: #5f6a6c;
	}
#home a:hover {
	color: #fdff67
	}

#copy {
	position: absolute;
	top: 560px;
	left: 160px;
	font-size: 7px;
	}
	
#credit {
	font-size: 12px;
	position: absolute;
	top: 570px;
	left: 180px;
	}
	
#photo_credit {
	font-size: 12px;
	position: absolute;
	left: 520px;
	top: 425px;
	}
	
#news {
	width: 450px;
	height: 300px;
	text-align: left;
	position: fixed;
	left: 530px;
	top: 150px;
	}

#news a {
	color: #ff0000;
	}
	
#news_box {
	width: 560px;
	height: 400px;
	position: fixed;
	background-color: #ffffff;
	left: 500px;
	top: 120px;
	opacity: .7;
	filter: alpha(opacity=70);
	}
	
#links_list {
	width: 450px;
	height: 300px;
	text-align: left;
	position: fixed;
	left: 530px;
	top: 150px;
	}
	
#links_list a {
	color: #638571;
	}
	
#links_list a:hover{
	color: #95c8ab;
	}
