
body, html{
	padding:				0px;
	margin:					0px;	
	height:100%;
  width:100%;
}


.header-bg {
    background:             url("../images/background-header.png") repeat-x scroll 0 0 #AAAAAA;
    height:					136px;
    float: center;
}

.body-text {
    background:             url("../images/background-body.png") repeat-y;
    padding-top:0px
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
