* {
	margin: 0;
	padding: 0;}
	
body {
	background-color: #FFFFFF;
	background-image: url(graphics/background.jpg);
	background-repeat: no-repeat;
	background-position:left; 
	background-position:top;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	width: 980px;
	font-family:"Arial", "Bold", Smooth;}

a {
	text-decoration: none;}
	
div#homepagebanner {
    background-image:  url(graphics/bostonbalance_home.png);
    background-repeat: no-repeat;
    height: 369px;
    width: 985px;
}

div#homepagebannertext {
    position: relative;
    height: auto;
    width: 300px;
    left: 660px;
    top: 20px;
	text-align: left;
}
