@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#np{
	padding:50px;
	text-align:center;
	vertical-align:middle;
}

#np table{
	width:518px;
	margin:auto;
}

#np table th{
}

#np table td{
	text-align:center;
}