body {
   margin: 0px;
   padding: 10px;
   text-align: center;
   background-image: url(images/a_bg.gif);  
   background-attachment:fixed; 
   background-repeat:repeat;  
   background-position: top center                                          
}

Div#wholepage {
   padding: 0;
   margin: 0;
   margin-left: auto;                /* will center horz. if user has bigger screen         */
   margin-right: auto;               /*                                                     */
   width:1020px;
   background: #fff;
/*   background-image: url(images/blueprint25_bg.jpg);   */
   background-attachment:fixed; 
   background-repeat:repeat-y;  
   background-position: top center                                          
}   

Div#header{
   padding: 0;
   margin: 0;
   margin-left: auto;                /* will center horz. if user has bigger screen         */
   margin-right: auto;               /*                                                     */
   width:1020px;
   background: #fff;
   border-style:solid;
   border-color:#000;
   border-top-width:2px;
   border-left-width:0px;
   border-right-width:0px;
   border-bottom-width:2px;
}   

Div#leftcol {
   width: 320px;
   font-family: trebuchet ms,verdana,helvetica,arial,sans-serif;
   color:#000;
   font-weight:700;
   background: #fff;
   float: left;

   margin-top:5px;
   margin-left: 14px;
   margin-right: 5px;
   margin-bottom: 5px;

   padding-top:64px;
   padding-left:10px;
   padding-right:10px;
   text-align: center;
}

Div#rightcol {
	 width: 600px;
   font-family: trebuchet ms,verdana,helvetica,arial,sans-serif;
   color:#000;
   font-weight:700;
   background: #eeeeff;
   float:right;
   clear:none;


   margin-top:5px;
   margin-left:5px;
   margin-right:10px;
   margin-bottom:5px;

   padding-top:5px;
   padding-left:20px;
   padding-right:20px;

   border-style:solid;
   border-color:#000;
   border-top-width:0px;
   border-left-width:1px;
   border-right-width:0px;
   border-bottom-width:0px;

   text-align: justify;
}
Div#footer{
   width:1020px;
   background: #fff;
   clear:both;

   padding: 0;

   margin-left: auto;                /* will center horz. if user has bigger screen         */
   margin-right: auto;               /*                                                     */

   border-style:solid;
   border-color:#000;
   border-top-width:2px;
   border-left-width:0px;
   border-right-width:0px;
   border-bottom-width:2px;
}   
