/*
IKO Website
index.css
*/

#divContent {
	text-align: center;
	background-image: url("images/Three-Arrows-No-Dollar-675x280.jpg");
	background-position: 20% bottom;
	background-repeat: no-repeat;
}

#divHeadline {
	height: 140px;
	padding-top: 10px;
}

#divThumbs {
	padding: 10px 0 0 0;
  height: 300px;
  text-align: center;
}

#divThumbs img {
	border-style: none;
  margin: 2% 0 0 1%;
}

#divThumbs a {
  text-decoration: none;		/* among other things, removes dashes between images */
	outline-style: none;			/* remove dotted outline from active links */
}

