For the width, the above property is the one to edit (use 90% or 95% if you want some body background color to show at the edges of the screen.)
To make the color at the edges lilac instead of pale blue, find this at the top of your stylesheet and edit the background-color:I have already edited it to a reasonable approximation of lilac; tweak as desired.Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #3300ff; background-color: #d9cdd5; }




