/* CSS Document */

body{
background:url(../images/sand_pattern.jpg) top center repeat #fce8d8;
margin:0;
}




.mainbg{
width:100%;
float:left;
clear:left;
background:url(../images/mainbg.jpg) top center repeat-x;
}


.sand{
width:100%;
float:left;
clear:left;
background:url(../images/sand.jpg) top center repeat-y;
}


.wrapper{
width:100%;
float:left;
clear:left;
background:url(../images/skytree.jpg) top no-repeat;
}

.footer{
width:100%;
float:left;
clear:left;
background:url(../images/footerbg.jpg) center bottom no-repeat;
height:138px;
text-align:center;
padding-top:15px;
font: normal 12px Arial, Helvetica, sans-serif;
color:#000000;
}