@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#tv {
	top: 18px;
	left: 25px;
	}
	
iframe#htmlslide {
	top: 53px;
	left: 350px;
	}
	
iframe#rss2 {
	top: 255px;
	left: 116px;
	}
	



	
/* 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#tv {
	height: 150px;
	width: 269px; 
	}
	
iframe#htmlslide {
	height: 94px;
	width: 111px; 
	}
	
iframe#rss2 {
	height: 18px;
	width: 377px;
	}


