@charset "utf-8";
/* CSS Document */
#Container{
	margin:0px auto;
	width:960px;
	position:relative;
}
#side-bar-logo {
  background: url(slices/images/sidebar-logo-dk-web-consulting-&-development.png);
  position: absolute;
  top: 0px;
  width: 274px;
  height: 179px;
}
#side-bar-orange {
	background: url(slices/images/sidebar-orange-dk-web-consulting-&-development.png);
	position: absolute;
	top: 179px;
	width: 274px;
	height: 423px;
}
#header {
  background: url(slices/images/header.gif);
  position: absolute;
  top: 0px;
  left: 274px;
  width: 686px;
  height: 142px;
}
#nav-buttons {
  background: url(slices/images/nav-buttons.jpg);
  position: absolute;
  top: 142px;
  left: 865px;
  width: 95px;
  height: 460px;
}
#content {
	background: url(slices/images/content.jpg);
	position: absolute;
	top: 142px;
	left: 273px;
	width: 591px;
	height: 460px;
}
#row-1a  {
	background: url(slices/images/row-3a.gif);
	position: absolute;
	top: 602px;
	width: 314px;
	height: 265px;
}
#row-1b  {
  background: url(slices/images/row-3b.gif);
  position: absolute;
  top: 602px;
  left: 314px;
  width: 318px;
  height: 265px;
}
#row-1c  {
  background: url(slices/images/row-3c.gif);
  position: absolute;
  top: 602px;
  left: 632px;
  width: 328px;
  height: 265px;
}
#row-2a {
	background: url(slices/images/row-3a.gif);
	position: absolute;
	top: 867px;
	width: 314px;
	height: 265px;
}
#row-2b {
	background: url(slices/images/row-3b.gif);
	position: absolute;
	top: 867px;
	left: 314px;
	width: 318px;
	height: 265px;
}
#row-2c {
	background: url(slices/images/row-3c.gif);
	position: absolute;
	top: 867px;
	left: 632px;
	width: 328px;
	height: 265px;
  }
#footer-logo {
  background: url(slices/images/footer-logo-dk-web-consulting.png);
  position: absolute;
  top: 1132px;
  width: 170px;
  height: 147px;
  }
  #footer-links {
  background: url(slices/images/footer-links-dk-web-consulting.png);
  position: absolute;
  left: 170px;
  top: 1180px;
  width: 790px;
  height: 99px;
 }
#footer-text {
  background: url(slices/images/footer-text-dk-web-consulting.png);
  position: absolute;
  left: 170px;
  top: 1132px;
  width: 790px;
  height: 48px;
}
body {
	background-image: url(black-background.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}
