/* GRH English page CSS file */


body { 
background-image: url(img/background.jpg);
background-position: right;
background-repeat: repeat-y;
 }

p {
font-family: sans-serif;
font-size: small;
}


ul {
font-family: sans-serif;
font-size: small;
}

a {
font-family: sans-serif;
}

li {
font-family: sans-serif; 
}

h1 {
font-size: large;
}

h2 {
font-size: medium;
}


.header {
position: absolute;
top: 0px;
left: 0px;
height: 200px;
}

.menu {
position: absolute;
top: 30px;
right: 50px;
width: 150px;
}

.text {
position: absolute;
width: auto;
height: auto;
top: 250px;
left: 50px; 
right: 300px;
bottom: 100px;
}


.footer {
position: fixed;
bottom: 0px;
right: 0px;
}





