html, body
{
	color: black;
	font: 11px/16px "trebuchet ms", arial, helvetica, sans;
	background: #FFFFFF url(../images/bg.png) repeat-y center top;
	text-align: center;
	margin: 0;
	padding: 0;
}

p
{
	font: 11px/16px "trebuchet ms", arial, helvetica, sans;
	text-align: justify;
	letter-spacing: 1px;
	margin: 0 0 0;
	padding: 0 22px 15px;
}

p.note
{
	font: 8px/10px "trebuchet ms", arial, helvetica, sans;
	text-align: justify;
	letter-spacing: 1px;
	margin: 0 0 0;
	padding: 0 22px 15px;
}

a
{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}


a:hover
{
	color: #888888;
	text-decoration: underline;
}

img
{
	border: 0
}

.screens {
	margin: 0 auto;
	width: 328px;
}

#footer
{
	background: transparent url() no-repeat left bottom;
	padding: 20px 0 60px 22px;
}

#container
{
	text-align: left; 
	background: #FFFFFF repeat-y;
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 770px;
}

.menuitem
{
	padding-bottom:4px;
}

h1, h2 { display: none; }

.menuitem img {
	display: block
}