@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size: 1em;
}
/* mac hide \*/
html, body {
	height:100%;
	width:100%;
}
/* end hide */
body {
	background-color: #FFCC9A;
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}
#container {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#position {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
}
#content {
	width: 552px;
	height: 468px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#content a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	cursor: default;
	margin-bottom: 20px;
}
#content address {
	font-size: 1.1em;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

