.logow {
  margin-right: 800px;
}


* {
  margin:0;
  padding:0;
}

#global div {

overflow:hidden
}


body {
  font-family:Helvetica, Arial, sans-serif;
  font-size:small;
  color:#000;
  background: #003267 url(http://stash.zee.me/background2-darkblue-1.jpg) repeat-x;
}

#global {
  width:600px;
  margin:0 auto;
  padding:20px;
}

#header {
  position:relative;
  padding:0 0px 15px;
}

#header h1 a {
  background:url(http://stash.zee.me/shiny-new-wedocreative.png) no-repeat;
  display:block;
  width:494px;
  height:142px;
}

#header h1 a span {
  display:none;
}


#applications {
  height:217px;
 margin-top:-50px;
}

.bubbleInfo {
  width:200px;
  height:217px;
  float:left;
  position:relative;
}

.popup {
  display: none; /* keeps the popup hidden if no JS available */
  position: absolute;
  width:135px;
  height:104px;
  padding:42px;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  line-height:21px;
  background:url(http://wedocreative.com/assets/tooltip.png) no-repeat;
  z-index:2;
  overflow:hidden;
}

#main {
  padding:20px 0 0;
}

#content {
  width:370px;
   float:left;
}




#footer {
  font-size:11px;
  color:#999;
  padding:-30px 0 0;
  text-align:center;
}



a {
  color:#c9f9ff;
  text-decoration:none;
  font-weight:bold;
}

img {
  border:none;
}

