body {
     background-color: #4d4d4d;
     margin: 0;
     padding: 0;
     font-family: Tahoma,Verdana,Arial,Helvetica;
     font-size:18px;
}

#header {
	background-image:url(http://www.mynameisnumber1.com/img/header_bg.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:940px;
}
#cover {
       height:auto;
       width:940px;
}

#main {
      background-image:url(http://www.mynameisnumber1.com/img/main_bg.jpg);
      background-repeat:repeat-y;
      float:left;
      height:auto;
      overflow:auto;
      padding:0px 30px;
      width:880px;
}

#footer {
	background-image:url(http://www.mynameisnumber1.com/img/footer_bg.jpg);
	float:left;
	height:30px;
	width:940px;
}
#main_content {
   padding: 0px 20px 0px 20px;
}
.yellow {
  background-color:yellow;
}
.tdHead {
  background-color: #edf3f9;
  font-weight: bold;
}
.tdFooter {
  border-top: 1px solid #c0c0c0;
}
