/* setting body width and height, to ensure handheld compatability, though this may be unecessary */
body{
	width:208px;
	height:320px;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;

}

.homebody{
	background-image: url(../images/skyline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}
