html {
	overflow: hidden;
}

body {
	height: 100%;
	background: black;
	color: white;
	text-align: center;
}

a {
	text-decoration: none;
	color: white;
}

div#header {
	position: fixed;
	top: 10px;
	width: 100%;
}

div#main {
	position: fixed;
	top: 135px;
	bottom: 100px;
	left: 300px;
	right: 300px;
}

div#footer {
	position: fixed;
	bottom: 10px;
	width: 100%;
}

span#paypal img {
	border: none;
	width: 1px;
	height: 1px;
}

div#logic {
	vertical-align: middle;
	font-size: 72pt;
	color: transparent;
}

div#ixoye {
	text-align: justify;
}

div#ixoye h3 {
	text-align: center;
}

