Links/* ---------------------------------
Created: Monday, August 01, 2011
Modified: Tuesday, August 02, 2011
--------------------------------- */


/* ------------------------------
Placement of Images
------------------------------ */
#bacteria02 {
	position: absolute;
	top: 95px;
	left: 316px;
	visibility: hidden;
}

#bacteria {
	position: absolute;
	top: 95px;
	left: 316px;
	visibility: hidden;
}

#hallway {
	position: absolute;
	top: 95px;
	left: 316px;
	visibility: hidden;
}

#laundrymat {
	position: absolute;
	top: 95px;
	left: 316px;
	visibility: hidden;
}


#mirror {
	position: absolute;
	top: 95px;
	left: 316px;
	visibility: hidden;
}


/* --------------------------------------
Placement of Animation Background
-------------------------------------- */
#background {
	position: absolute;
	top: 10px;
	left: 10px;
}


/* ------------------------------
Placement of Animation
------------------------------ */
#animation {
	position: absolute;
	top: 157px;
	left: 326px;
}


/* ---------------------------------------------------
Placement of Links on the Various Animation Pages
--------------------------------------------------- */
#links {
	position: absolute;
	top: 195px;
	left: 828px;
	width: 243px;
	text-align: justify;
	font-family: arial; san-serif;
	font-size: 14px;
}

a.link:link {
	font-size: 14px;
     	color: #26354e;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}

a.link:visited {
	font-size: 14px;
      	color: #26354e;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}

a.link:hover {
	font-size: 14px;
     	color: #fff;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #26354e;
	padding: 5px;
}
