

#title {
	background-image: url("images/site/title.jpg");
	background-repeat: no-repeat;	
}

#content { 	background-image: url("images/site/content.jpg");
			background-repeat: no-repeat;
}



/*--------------------------------------------within the menu-------------------------------------------*/
#feet {	background-image: url("images/site/feet.jpg");
		width:172px;
		height:99px;
}

#web {	background-image: url("images/site/web.jpg");
		width:85px;
		height:99px;
}

#print {background-image: url("images/site/print.jpg");
		width:109px;
		height:99px;
}

#hosting {	background-image: url("images/site/hosting.jpg");
			width:144px;
			height:99px;
}

#video {background-image: url("images/site/video.jpg");
		width:106px;
		height:99px;
}

#about {background-image: url("images/site/about.jpg");
		width:184px;
		height:99px;
}


/*----for rollovers-----*/


#web a:hover {background-image: url("images/site/webover.jpg");
			width:85px;
			height:99px;
}

#print a:hover {background-image: url("images/site/printover.jpg");
			width:109px;
			height:99px;
}

#hosting a:hover {background-image: url("images/site/hostingover.jpg");
			width:144px;
			height:99px;
}

#video a:hover {background-image: url("images/site/videoover.jpg");
			width:106px;
			height:99px;
}

#about a:hover {background-image: url("images/site/aboutover.jpg");
			width:184px;
			height:99px;
}


