@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #fff;
}

#splash_table {
	height: 100%;
	width: 100%;
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#splash_content {
	height: 307px;
	width: 507px;
	margin: 0 auto;
	text-align: center;
}
a{outline:none;}