@charset "utf-8";
/* CSS Document */

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#contentId {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 300px;
} 
#content {
	width: 552px;
	height: 300px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #444;
	
	
}

a:link { 
	color: #870a0a;
	}
a:visited { 
	color: #000000;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

