@charset "UTF-8";
/* CSS Document */
html {
height: 100%;
width: 100%; }

body {
background:#FFFFFF url(swirl1.png) top left no-repeat; 
height: 100%;
width: 100%;}

#wrap {
background:url(dolly.png) bottom center no-repeat;
height: 100%;
width: 100%;}

#dolly {
background:url(swirl2.png) top right no-repeat;
height: 100%;
width: 100%; }

.left {float:left;}
.right {float:right;}