﻿@charset "utf-8";

@font-face {  
font-family:'vielkalahizo';  
src: url('/vielkalahizo.ttf') format('truetype'); } 


.layer1

{

position: absolute;
width: 100%;
height: 100%;
background-position: left;
background-repeat: no-repeat;


}


.layer2

{

position: absolute;
float: left
width: 40%;
height: 100%;
background-image: url();
background-repeat: no-repeat;
background-position: center;

}

.layer3

{

width: 60%;
height: 100%;
background-image: url();
background-repeat: no-repeat;
background-position: center;
margin-left: 60%;
margin-top: 50px;

}

p

{

padding: 50px 100px;
font-family: "vielkalahizo";
font-size: 24px;
color: #3A3A3A;

}