/* CSS Document */

/* 1. Foundations and Layout */

body	{	background-color: #559FAA;	}

#scroller {
	height: 350px;
	width: 680px;
	overflow: auto;
	font: 12px arial;
	color: #fff;
	background-image:url(images/eclipsebackgroundsoftlight.jpg);	
	background-attachment: fixed;
}



/* 2. Navigation */

a {  text-decoration: none}


/* 3. Text */

.style1 {	font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style3 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; }

