﻿div#containerhome {
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
}
   
div#headerhome {
    position:absolute;
	width:1000px;
	height:221px;
	top:0; /* stick to top */
	/* background-image :url('images/bg_tophome.png'); */
	background-image :url('images/bg_tophome.gif');
    background-repeat: no-repeat;
    z-index: 100;
    }

div#contenthome {
    position:absolute;
	width:1000px;
	top:110px;
    z-index: 50;
    background-image :url('images/bg_contenthome.gif');
    background-repeat:  repeat-y;
}

div#footerhome {
    position:relative;
	width:1000px;
	height:35px;
	background-image:url('images/bg_bottomhome.gif');
    background-repeat: no-repeat;
    background-position: top;
}

td.box
{
 width: 240px;
 height: 112px;
 background-image:url('images/bg_boxes.gif');
 background-repeat:no-repeat;
 background-position:center top;
 line-height:15px;
}

div.boxcontent
{
width:230px;
height: 108px;
overflow: auto;
}