body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    font-family: "Gill Sans", "Lucida Grande", "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    color: #292929;
}

body.boo {
	background: #fff url('img/bg-boo.jpg') 50% 50% no-repeat;
}

body.tree {
	background: #fff url('img/bg-tree.jpg') 50% 50% no-repeat;
}

body.drought {
	background: #fff url('img/bg-drought.jpg') 50% 50% no-repeat;
}

body.ice {
	background: #fff url('img/bg-ice.jpg') 50% 50% no-repeat;
}

#flash {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 800px;
    height: 600px;
}