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

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

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


#container {
  margin: auto;
  width: 700px;
  height: 600px;
  background-image: url(images/comingsoon.jpg);
  background-repeat: no-repeat;
  padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
  text-transform: uppercase;
  color: #F00;
  text-align: center;
  margin-bottom: 0px;
  font-size: 10px;
}
#consulting {
	float: left;
	height: 112px;
	width: 365px;
	background-image: url(images/web-splash_01.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#design {
  float: left;
  height: 112px;
  width: 233px;
  background-image: url(images/web-splash_02.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  z-index: 1;
}
#blog {
  float: left;
  height: 112px;
  width: 362px;
  background-image: url(images/web-splash_03.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#logo {
  float: left;
  height: 221px;
  width: 960px;
  background-image: url(images/web-splash_04.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#consulting2 {
	float: left;
	height: 289px;
	width: 365px;
	background-image: url(images/web-splash_05.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#design2 {
  float: left;
  height: 289px;
  width: 233px;
  background-image: url(images/web-splash_06.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  z-index: 1;
}

#blog2 {
  float: left;
  height: 289px;
  width: 362px;
  background-image: url(images/web-splash_07.png);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#footer {
	float: left;
	height: 144px;
	width: 960px;
	background-image: url(images/web-splash_08.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
div.clear {
clear: both;
width: 100%;
height: 1px;
}