form label {  display: inline-block;  width: 225px;
  font-weight: bold;
}

body.billyBody
{
	background-color: #fed;
	background-image:url('bgPicMan.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:100px 330px;
	background-size:350px;
}

body.billyBodyGirl
{
	background-color: #fed;
	background-image:url('bgPicGirl.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:100px 250px;
	background-size:400px;
}