/* -------------------------------------------------------------
	Copyright 2005 America First Credit Union - americafirst.com 
	
	master.css - Master template styles
	
	The Tantek Box Model Hack is used on the body element to 
	change the background image for IE 5.x Win.
	See http://www.tantek.com/CSS/Examples/boxmodelhack.html
------------------------------------------------------------- */

body {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
body         { background-color: #0000CC; background-image: 
url(images/bg_body-bl1a.gif); 
               background-repeat: repeat-y; background-attachment: scroll; 
               voice-family: inherit; background-position: center }
html>body    { background-color: #0000CC; background-image: 
               url('images/bg_body-bl1a.gif'); 
               background-repeat: repeat-y; background-attachment: scroll; 
               background-position: center }
body#popUp   { background-color: left; background-image: 
               url('images/bg_body-bl1a.gif'); 
               background-repeat: repeat-y; background-attachment: scroll; 
               margin: 0; padding: 0; background-position: 0% }
