html, body {
	margin:0px;
	height:100%;
	width:100%;
	text-align: center;
	background-color: #ffb7b7;
	color: #512c12;
}
img {
	border: 0px;
	padding: 0px;
}


div#content {
/*
	position:absolute;
	top:50%;
	left:50%;
	width:760px;
	height:420px;
	margin-left:-380px;
	margin-top:-210px;
*/
	text-align: center;
}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #512c12;
	font-weight: bold;
	font-stretch: narrower;
	line-height:normal;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #512c12;
	text-decoration: bold;
	font-stretch:narrower;
	line-height:normal;
}
.descLayout {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}
#contentKiosk {
	width:1012px;
	height:558px;
	text-align: center;
	margin:auto;
}

#header {
	margin:auto;
}
#content {
}

#startOver {
	background-image: url(images/kiosk_header.jpg); 
	background-repeat: no-repeat;
	width: 1012px;
	height: 140px;
	margin-left: 1px;
}

.invBtn {
	float: right;
	margin-right: 93px;
	margin-top: 43px;
	width: 180px;
	height: 66px;
}
