@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: 3px;
	left: 365px;
	}

iframe#rss1 {
	top: 81px;
	left: 274px;
	}
	
iframe#imageslide {
	top: 152px;
	left: 9px;
	}
	
iframe#tv {
	top: 133px;
	left: 160px;
	}
	
iframe#htmlslide {
	top: 152px;
	left: 350px;
	}
	
iframe#rss2 {
	top: 253px;
	left: 0px;
	}
	



	
/* 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: 70px;
	width: 70px;
	}

iframe#rss1 {
	height: 29px;
	width: 217px; 
	}
	
iframe#imageslide {
	height: 86px;
	width: 132px; 
	}
	
iframe#tv {
	height: 95px;
	width: 173px;
	}
	
iframe#htmlslide {
	height: 86px;
	width: 132px; 
	}
	
iframe#rss2 {
	height: 17px;
	width: 493px;
	zzborder: 1px solid red;
	}


