html {
	height: 100%;
}

body {
	background-color: #000000;
	margin: 0px;
	height: 100%;
	width: 100%;
}

sup {
	text-decoration: blink;
}

hr {
	background: black;
	height: 1px;
	border: 0px;
}

img {
	border: 0px;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	color: white;
}

p {
	color: white;
}

div.inside {
	width: 100%;
	height: 100%;
	background: url(zenco.png) center center no-repeat;
}

