* {margin: 0; padding:0;}

img {border: none;}
p {margin-bottom: .5em;}

html {
  font-family: Tahoma, Verdana, sans serif;
  font-size: 11px;
}

div#container {
  background-image: url('../images/webtwist_layout.jpg');
  background-repeat: no-repeat;
  position:relative;
  height: 740px;
  width: 951px;
  margin: auto;}

div#left_nav {float: left; margin-top: 260px; width: 200px; padding-left: 30px; margin-right: 53px;}
  #left_nav ul {list-style: none;}
  #left_nav li {display: block; margin-bottom: 10px;}
  #left_nav li a:hover img {
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }

div#content {
  float: left;
  margin-top: 335px;
  width: 400px;
  height: 250px;
  line-height: 1.7em;
  border-top: 1px solid #CCC;
  padding-top: 40px;
}
  #content a {color: #f1222c; font-weight: bold; text-decoration: none;}
  #content a:hover {color: black; border-bottom: 1px solid #f1222c;}

div#footer {clear: both; text-align: center; padding: 50px 0 2em 0;}
  #footer img {margin-bottom: 10px;}

#banner {position:absolute; left:265px; top:70px; width:450px; height:60px;}
#adsense {position:absolute; left:243px; top:344px; width:468px; height:15px;}