#base {

	background-image: url('basefix.png');

	position: absolute;

	width: 600px;

	height: 900px;

	left: 200px;

	

}



#box1 {

	background-image: url('box.png');

	width: 475px;

	height: 350px;

	position: absolute;

	left: 60px;

	top: 50px;

}



.cushycms {

	font-family: Georgia, "Times New Roman", Times, serif;

	position: absolute;

	left: 25px;

	top: 60px;

}
