/* ======== logo ======== */
#logo-sub 
{ 
	background: url(http://www.upstate.edu/incomingstudents/images/students_incoming_logo.gif) no-repeat;
	height: 70px;
	width: 400px;
	position: relative;
	top: -12px;
	margin-bottom: -12px;
}

#homelink
{
	position: absolute;
	top: -12px;
	left: 0;
	height: 70px;
	width: 250px;
}

#todo { width: 100%; }

#orientation a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 169px;
	height:155px;
	background: url(/prospective/accepted/gifs/orientation_logo_up.jpg) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000;
}

#orientation a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/prospective/accepted/gifs/orientation_logo_down.jpg) top left no-repeat;
	/* second image place, for second background */
}

#friends_admiss a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 157px;
	height: 30px;
	background: url(/com/gifs/friends_admissup.jpg) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000;
}

#friends_admiss a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/com/gifs/friends_admissdown.jpg) top left no-repeat;
	/* second image place, for second background */
