﻿
#container
{
   position: relative;
   top: 100px;
   left: 0px;
   width: 424px;
   height: 310px;
   margin: 0 auto;
   text-align: left;
   background-color: white;
   border: 0px solid #00d7fe;
}


#header{
   width: 424px;
   height: 71px;
   /* background-color: white; */
   background-image: url(img/wmdm.gif);
}

#textcontent{
   position: absolute;   
   top: 90px;
   left: 100px;
   
}

h1 {
   color: #008fa9; /* #0c7cc4; /* #008fa9; /* #125460; */
   font-family: Tahoma, Verdana, Arial, Arial black, "sans serif";
   font-size: 14px;
  
}   

p{
   color: #2F394D;
   font-size: 12px;
   font-family: Tahoma, Verdana, Arial, Arial black, "sans serif";
   font-weight: normal;
   line-height: 1.8em;
}




body {
   background-color: #bbbbbb;

}
