body {
    background-color: black;
    background-image: url('gfx/taka.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	}

    
body:before {
    content:"";
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:-78;
    background-color: rgba(255, 255, 255, 0.0);
	}
        
    





h1 	{
    color: white;
    text-align: left;
	}

h3 	{
    color: "50c1ff";
    text-align: left;
	}

	
	
	
	
p {
    font-family: verdana;
    font-size: 20px;
}