#body.vertical
{

	width:320px;
	height:480px;
	background-image: url('images/vertical.jpg');            
	background-repeat: no-repeat;

}

#body.horizontal
{
	width:480;
	height:320px;
	background-image: url('images/horizontal.jpg');
	background-repeat: no-repeat;
	
}