html,body {
	height: 100%; 
	width: 100%;
}

html {
        background: url(../img/newcddback.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		margin: 0 auto;
		height:100%;width:100%;		
}