html, body	{
	overflow:hidden;
	background	: #000000;
}
* {
   margin: 0;
   padding: 0;
}
#bgContainer	{
	display	: none;
	background-image:    url("../pics/bdby.jpg");
    background-size:     cover;                  
    background-repeat:   no-repeat;
    background-position: center center;
	height: 100%;
    left: 0;    
    position: fixed;
    top: 0;
    width: 100%;	
}
canvas { border: 0px none black; }
a	{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
}
a span	{
	font-size	: 20px;
	font-family: 'Lora', serif;
}
#cli{
margin-top:15%;}  
