body {
     margin: 0;
     paddin: 0;
     }

#container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 691px;
   background: url('images/bg_home.jpg') top left no-repeat #0A0303;
   min-height: 400px;
   height: 100%;
   text-align: left;
}

a   {
     text-decoration: none;
     color: #A4253A;
}


#home_seattle,  #home_kennewick {
     position: absolute;
     margin-top: 250px;
     float: left;
     font-size: 12px;
     font-family: "Arial, Helvetica, Sans-Serif";
     color: white;
     width: 210px;
     text-align: center;
}

#home_kalamazoo, #home_grandrapids {
	position: absolute;
	margin-top: 380px;
	float: left;
     font-size: 12px;
     font-family: "Arial, Helvetica, Sans-Serif";
     color: white;
     width: 210px;
     text-align: center;
}

#home_seattle {
     margin-left: 80px;
}

#home_kalamazoo {
     margin-left: 80px;
}

#home_grandrapids  {
     margin-left: 385px;
}

#home_kennewick  {
     margin-left: 385px;
}




