html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:none;
   padding:0px;
   width:720px; 
   position:relative;
   margin:0 auto;
   text-align: center;
   padding: 10px 0 0;
}
#body {
 background: url("../images/background.jpg") no-repeat scroll 0 0 transparent;
    margin: -15px auto 0;
    min-height: 621px;
    padding: 0 0 40px;
    width: 720px;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:#000;
   padding-top: 19px;

}
#footerinner {margin:0 auto; width:720px;}
.pagination a {color:#FF017E; text-decoration:none;}
.pagination strong {  border: 1px solid #B5B5B5;
    margin: 5px;
    padding: 3px 10px;}
.sectiontablefooter {   height: 38px;}

.cat_child_wrapper {padding-bottom:10px;}


#component {  float: right;
    margin: 29px 35px 0 0;
    width: 315px;
	position:relative;}