@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
p {
	font-size: 0.8em;
	margin: 0 0 10px 0;
}

	


	
/* DISPLAY SETTINGS */


iframe#backgroundfade,
#border {
	position: fixed;
	z-index: 1;
	}

#background,
iframe#clock,
iframe#rss1,
iframe#imageslide,
iframe#tv,
iframe#htmlslide,
iframe#rss2 {
	position: fixed;
	z-index: 2;
	}


	
/* LOCATION SETTIGNS FOR ELEMENTS */	


	
#border {
	top: 0px;
	left: 0px;
	}

iframe#backgroundfade {
	top: 0px;
	left: 0px;
}

#background {
	top: 0px;
	left: 0px;
	}
	
iframe#clock {
	top: 29px;
	left: 225px;
	}

iframe#rss1 {
	top: 71px;
	left: 234px;
	}
	
iframe#imageslide {
	top: 99px;
	left: 234px;
	}
	
	
iframe#rss2 {
	top: 230px;
	left: 176px;
	}
	



	
/* ELEMENT SIZE SETTINGS */

#border {
	background-image: url(../Assets/Images/clear.gif);
	width: 547px;
	height: 330px;
	}

iframe#backgroundfade {
	width: 493px;
	height: 276px;
	}

#background {
	background-image: url(../Assets/Images/clear.gif);
	height: 115px;
	width: 260px;
	}

iframe#clock {
	height: 25px;
	width: 111px;
	}

iframe#rss1 {
	height: 22px;
	width: 220px; 
	}
	
iframe#imageslide {
	height: 90px;
	width: 220px; 
	}
	
	
iframe#rss2 {
	height: 38px;
	width: 308px;
	}


