*{
	margin:0px;
    padding:0px;
}
html, body{
	height: 100%;
}

body
    {
	    background-color: #e4ccc5;
        background-image: url('bg.jpg');
        background-repeat: repeat-x;
		background-position:bottom center;
        margin:0px;
        overflow: auto;
	}