/* Start of CMSMS style sheet '2xtm Layout: Minimal' */
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 940px; /* IE wont understand these, so we will use javascript magick */
   min-width: 800px;
   height: 666px;
   background: transparent url(media/images/backgrounds/2xtm_website_version1_minimal.jpg) no-repeat 0 0;
   color: black;
   position: relative;
}

#minimalcontent {

   display: block;
   margin-left: 75px;
   width: 800px;
   height: 500px;
padding:20px;
  border: 2px solid #71C9E4; 
   background-color: #FFFFFF;
}

#homeheader h1 a {
display: block;
text-indent: -999em;
position: absolute;
left: 134px;
top: 71px;
width: 200px;
height: 100px;
}


/* End of '2xtm Layout: Minimal' */

