/* CSS Document */

/* CSS for AndrewGiannetta.com */

body {
	margin: 0;
	padding: 0;
	background-color: #000066;	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(graphics/BGReel.png);
	background-repeat: no-repeat;
	background-position: center center;
} 

a:link { color: #e0e0e0; text-decoration: none }
a:visited { color: #e1e1e1; text-decoration: none }
a:hover { color: #ffffff; }		

em {font-size: 120%;
}

h5 {font-size: 75%;
}

/* This is the Header - Andrew Giannetta . com */
#header {
  Position: absolute;
  top: 25px;
  left: 90px;
  width: 700px;
  }
  
  /* Navigation Boxes  */
#box14 {
Position: absolute;
  top: -5px;
  left: 600px;
  width: 200px;
  font-size: large;
  
}
  
  /* The Rat Thing  */
#box01 {
Position: absolute;
  top: 150px;
  left: 100px;
  width: 800px;
  }
  
  /* Downwinders  */
#box02 {
Position: absolute;
  top: 350px;
  left: 100px;
  width: 800px;
  }  
  
  
  /* Division III  */
#box03 {
Position: absolute;
  top: 600px;
  left: 100px;
  width: 800px;
  }    
  
  
  
  
  
  
