html {
    height: 100%;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
	oveflow-x:hidden;
	
}


body
{
background:#D9EDFF url('NicBG3.png') top left;
background-repeat: no-repeat;
width:100%;
height:100%;
background-size: cover;
overflow:hidden;
white-space:nowrap;
}


#back
{
width:100%;
height:100%;
position:relative;
top:0px;
left:0px;
z-index:-1;
text-align:center;
}
#in
{
width:240px;
text-align:center;
margin:auto;
margin-top:0px;
z-index:-1;
}

p
{
font-family:"Alef";
font-variant:normal;
letter-spacing:0px;
font-size:30px;
color: rgba(235, 245, 255, .75);
font-weight:normal;
clear:both;
}

.edge
{
position:absolute;
top:500px;
left:405px;

}
