Changing The Background Color Of A Single Page

Page ID is from WordPress. This only affects pages. The whole background will be set to this color so you may have to change the font color.

body.page-id-464
{ background-image: none; }

This will make the background black.

To change to another color, add background-color:#FF0000;