/* clears everything (not sure if it works) */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/* prevents blue borders around linked images*/
img {
  border-style: none;
}

html, body {
	height: 100%;
	background:#FFFFFF;
}

body {
	/*text-align:center; /* horizontal centering for IE Win quirks */
}

#safari-container {
	height:416px;
	width:320px;
	background-image:url(background.jpg);
	border:none;
}

#webpage-container {
	height:416px;
	width:320px;
	background-image:url(background.jpg);
	border:none;
}

#safari {
	height:416px;
	width:320px;
	border:none;
}

#webpage {
	height:356px;
	width:320px;
	border:none;	
}

#statusbar { 
	height:20px;
	width:320px;
	background-image:url(statusbar.jpg);
	border:none;
}

#addressbar {
	height:60px;
	width:320px;
	border:none;
	background-image:url(addressbar.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
}

#bottombar {
	height:44px;
	width:320px;
	background-image:url(bottombar.jpg);
	border:none;
}

#webpagetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3B4551;
	background:none;
	position: absolute;
	text-align:center;
	border: 0px;
	top: 3px;
	left: 50px;
	width: 218px;
	height: 17px;
}

#webpageaddress {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6D6D6D;
	background:none;
	text-align:left;
	border: 0px;
	position: absolute;
	top: 28px;
	left: 50px;
    width: 218px;
    height: 17px;
}