
/* Basic Elements */

#header {
 margin-top:10px;
 height:140px;
 width:800px;
 background: url("/img/news/slc.jpg") no-repeat left top;
}

#container {
 width:800px;
 padding:0 25px 25px 25px;
 margin: 0px auto;
 background:#FFF;
 background: #FFF url("/img/The-Communication-Connection-background.jpg") no-repeat left -105px;
}
#wrapper {
 clear: both;
}
#content {
}
#footer {
 clear: both;
 border-top: 1px solid #3B4041;
 text-align: right;
 padding: 5px 10px;
 color: #666;
 font-size:10px;
}

