html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	margin: 0; 
	padding: 0; 
	background-color: #000000; 
	background-size: 100%;
}
body {
	color: #ffffff; 
	font: normal normal normal 14px/1.5em "helvetica neue", helvetica, sans-serif, monospace; 
	text-shadow: 0px 1px 0px #dddddd; 
}

#pp_pixel_bar {

height:108px;
width:400px;

float:left;
display:block;
z-index:100;
opacity: 0.8;
position: absolute;
top: 50px;
left: 0px;
}

#pp_logo {
background-image: url('/images/pplogo.png');
width:320px;
height:92px;
margin-left:73px;
margin-top:51px;
display:block;
z-index:200;position:absolute;

}

#logo {
	background:url('/images/gomindologo.png') no-repeat;
	position:absolute;
	width:917px;
	height:546px;
	left:40px;
	top:80px;
}

#text {
	position:absolute;
	width:540px;
	height:500px;
	left:220px;
	top:300px;
}

#legal {
	position:absolute;
	width:40px;
	height:20px;
	left:0px;
	top:5px;
	background-color: #000000;
	text-shadow:none;
	font-size:12px;
}   

a {
	text-decoration:none;
	color: #ffffff; 
}

.white_bg 
{
	color:#000000;
    background-color: #ffffff;
    padding: 3px; /*add this if you want a bit of space around the text*/
    line-height:1.5em;
    letter-spacing:1px;
    font: normal normal normal 14px/1.5em "Lekton"; 
    
}
.black_bg 
{
	color:#ffffff;
    background-color: #000000;
    padding: 3px; /*add this if you want a bit of space around the text*/
    line-height:1.5em;
    letter-spacing:2px;
    text-transform: uppercase;
    font: normal normal normal 16px "Karla"; 
}

#page {
	z-index: 2;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
}