/* 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:#000000;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
}

#screen {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:480px;
	width:320px;
	border:none;
	background-image:url(home.png);
}

#statusbar {
	height:20px;
	width:320px;
	background-image:url(statusbar.png);
}

#iconpage {
	height:352px;
	width:1280px; /* 320px x 4 screens */
	background-image:url(iconpage.png);
}

#pageselection {
	height:17px;   
	width:320px;
	background-image:url(pageselection.png);
}

#iconbar {
	height:91px;
	width:320px;
	/*background-image:url(./expose/expose_iconbar.png);*/
	/*background-image:url(iconbar.png);*/
	background-image:url(iconbar-opera.png);
}

#searchpage {
	position:absolute;
	height:352px;
	width:320px;
	top:0px;
	left:0px;
}

#keyboard {
	position:absolute;
	height:216px;
	width:320px;
	top:480px;
	left:0px;
	background-image:url(keyboard-search.png);
	z-index:99;
}

.menubutton {
	position:absolute;
	height:75px;
	width:57px;
	cursor:pointer;
}