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

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
background-color: #ffffff;
text-align:center;
min-height:550px;/* for good browsers*/
min-width:1000px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 550px;
} 
#inner {
width: 1000px;
height: 550px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: left;
	width:500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	float:left;
}
a {
	color: #CCCCCC;
}
#hkd {
	width:300px;
	text-align: right;
	float:right;
}