@charset "utf-8";
/**************************************************************/
#home-content {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/home/home_background.gif);
	background-repeat: repeat-y;

  /* UNDERSCORE HACK for min-height IE 6 bug */
	min-height: 420px;
   height: auto;
  _height: 420px; 
}
/**************************************************************/
#home-fringe {
	position: absolute;
	top: 0;
	left: 0;
}
#home-images {
	position: absolute;
	top: 22px;
	left: 0;
}
#home-welcome {
	position: absolute;
	top: 275px;
	left: 0;
}
#home-body {
	position: absolute;
	top: 318px;
	left: 10px;
	width: 672px;
	height: 101px;
}
/**************************************************************/
.home-column1 {
	position: absolute;
	top: 5px;
	left: 25px;
	width: 380px;
}
.home-column2 {
	position: absolute;
	top: 5px;
	left: 420px;
	width: 220px;
}
.home-image1 {
	position: absolute;
	top: 18px;
	left: 0;
}
.home-image2 {
	position: absolute;
	top: 319px;
	left: 12px;
}
.home-image3 {
	position: absolute;
	top: 319px;
	left: 12px;
}
/**************************************************************/
