@charset "UTF-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

#button1 {
 font-size: 0;
 width: 50px;
 height: 20px;
 border: none;
 margin: 0;
 padding: 0;
 background: url(images/submit.png) 0 0 no-repeat;
}

#container {
	margin: auto;
	width: 960px;
	color: #333;
}

h1 {
  text-transform: uppercase;
  color: #F00;
  text-align: center;
  margin-bottom: 0px;
  font-size: 10px;
}

#logo {
  float: left;
  height: 279px;
  width: 960px;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#consulting {
	float: left;
	height: 289px;
	width: 333px;
	background-image: url(images/mid-left.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#design {
  float: left;
  height: 289px;
  width: 358px;
  background-image: url(images/mid-center.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  z-index: 1;
}
#design2 {
  position: relative;
  height: 289px;
  width: 358px;
  background-image: url(images/screen.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  z-index: 3;
}
#blog {
  float: left;
  height: 289px;
  width: 269px;
  background-image: url(images/mid-right.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#footer {
	float: left;
	height: 215px;
	width: 960px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
