@charset "UTF-8";
/* CSS Document */

body {
	background-color:#E8DCD6;
}

div.img {
        position: absolute;
        width: 288px; /*the image width*/
        height: 193px; /*the image height*/
        left: 50%;
        top: 50%;
        margin-left: -144px; /*half the image width*/
        margin-top: -97px; /*half the image height*/
		background-image:url(images/REDWALLS_website.jpg)
}

