@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;8/
	/*background-image: url(images/cafeGone3.jpg);*/
}
.oneColElsCtr #container {
	width: 52em;
	background: #666666; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	background:#666666;
	width:830px;
	height:630px;
	background-image: url(images/backFront.png);
	text-align:center;
	color:#FF6600;
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-weight: bolder;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10%;
	margin-right: 0%;
	margin-bottom: 10%;
	margin-left: 0%;
}

.oneColElsCtr #mp{
text_align: center;
color:#FF3300;
text-size:36px;

}
.footer{
	background:#666666;
	width:100%;
	text-align:center;
	color:#FF6600;
	font-family: "Comic Sans MS";
	font-size: 10px;
	padding-top:40%;

}

