* {
	margin:0;
	padding:0;
}

/* mac hide \*/
html, body {
	height:100%;
	width:100%;
}
/* end hide */

body {
	background-color: #000;
	text-align:center;
	min-height:86px;/* for good browsers*/
	min-width:760px;/* for good browsers*/
	color: #666;
	font-family: "arial";
	font-size: 12pt;
}

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 86px;
}

#inner {
	width: 760px;
	height: 88px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

p {
	font-size: 1.25em;
}

a {
	text-decoration: none;
}

a:active, a:hover, a:visited, a:link, a:focus {
	text-decoration: none;
	color: #000;
}

.instructions a {
	color: #666666;
	font-size: 10pt;
	display: none;
}

img {
	display: none;
	border: 0;
}

.hidden img {
	display: none;
}