

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }

body {
    font: 100% verdana, helvetica, sans-serif;
    background:url(images/palm_bg.jpg) repeat;
    color: #333;

}
    

p {
    font-size: 1em;
	
    }



#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    }

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }

.myBox {
    background:#000000;
    width: 899px;  /*set to an appropriate value*/
	text-align:left;
	margin: 0 auto

    }

