#contents{
	width:800px;
	height:100%;
	margin:0 auto;	
	padding:0;
	background:url(../img/bgVert.gif) #FFF repeat-y;
	display:table;	
	}

.mobileTbl{
	margin:0 auto 5px auto;
	padding:0;
	}

.mobileTbl td{
	color:#111;
	padding:3px 0;

	}

.mobileTbl td.blk{
	background:#000;
	}

.mobileTbl thead{
	background:#000;
	padding:0;
	}

.mobileTbl tbody{
	border:1px solid #ed2985;
	background:#ffe5ff;
	color:#111;
	}

.mobileTbl tbody td{
	padding:2px;
	vertical-align:top;
	color:#111;
	}

.mobileTbl td p{
	padding:2px;
	vertical-align:top;
	color:#111;
	}


.mobileTbl tbody td.ctr{
	text-align:center;
	font-size:12px;
	}
	
#footerMenu {
	width:800px;
	margin:0 auto;
	font-size:10px;
	text-align:center;
	line-height:140%;
	color:#FFF;
	background:url(../img/bgVert.gif) repeat-y;
	}

footerHold{
	width:800px;
	margin:0;
	padding:0;
	
	}



#footerMenu ul {
	list-style: none;
	margin:0 0 5px 0;
	padding: 0;
	padding-top:14px;
	}
	
#footerMenu li {
	display:inline;
	margin:5px;
	}
#footerMenu a:link, #footer a:visited {
	color:#e40080;
	text-decoration: none;
	}
	
#footerMenu a:hover {
	color:#CCC;
	text-decoration:underline;
	}