@charset "UTF-8";
/* CSS Document */

#header-right {
	/* Everything to the right of the UT wordmark lives in header-right, beginning with the large, wide header image (header-title.jpg). */
	width: 720px;
	float: right;
	display: inline;
	background:url(http://admissions.utk.edu/undergraduate/images/header-tulips.jpg) no-repeat;
	height:90px;
	}
	
#header-right h2 {
	display: none;
}
	
#central-rotate {
	width:960px;
	float:left;
	display:inline;
	background:url(http://admissions.utk.edu/undergraduate/images/central-tulips.jpg) no-repeat;
	height:330px;
}

#central-rotate h2 {
	display: none;
}
