html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: black;
	color: white;
	}

p, div, span { 
	font-size: 11px;
}

.screenLayout {
  position: relative;
  min-height: 100%;
}
* html .screenLayout {
  height: 100%;
}

.buttonImgClass { 
background-image: url(/images/enter_red.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 48px;
height: 48px;
border: 0px;
background-color: none;
cursor: pointer;
outline: 0;
}

.highText
{
font-size: 36px;
}