@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: 2px;
	left: 441px;
	}
	
iframe#imageslide {
	top: 69px;
	left: 12px;
	}
	
iframe#htmlslide {
	top: 69px;
	left: 260px;
	}
	
iframe#rss2 {
	top: 226px;
	left: 5px;
	}
	



	
/* 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: 50px;
	width: 50px;
	}
	
iframe#imageslide {
	height: 140px;
	width: 221px; 
	}
	
iframe#htmlslide {
	height: 140px;
	width: 221px; 
	}
	
iframe#rss2 {
	height: 45px;
	width: 483px;
	}


