* {
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
}
html {
  width: 100%; 
  height: 100%; 
  overflow: hidden;
}
body {
  cursor: default;
  margin: 0 0 0 0; 
  padding: 0; 
  background: #000000; 
  color: #990000; 
  height: 100%; 
  width: 100%; 
  overflow: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#theWrapper {
	width: 100%;
	height: 100%;
}
.withTopBottom {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
.withTop {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #330000;
}
.withBottom {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #330000;
}
#contentMain {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.headerText {
	font-size: 1em;
}
.contentText {
	font-size: 1em;
}
.footerText {
	font-size: 0.65em;
}