﻿body {
	margin:0;
	border:0;
	padding:0;
	font-family: arial, verdana, sans-serif;
	font-size:10pt; 
	background-image: url(imatges/fons1.jpg);
	background-position: 100% 100%;
	overflow: hidden;
	height: 100%;
	width: 100%;
  }

#cap {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100px; 
	overflow:hidden;
	font-size:10pt; 
  }

#peu {
	position:absolute; 
	bottom:0; 
	left:0;
	width:100%; 
	height:50px; 
	font-size:10pt;
	background-color: #9CD002; 
	overflow: hidden;
	border-top: 2px solid #E9F5C7;
	/*background-color: #2A7FFF;*/
  }


#layer {
	position:absolute;
	top: 100px;
	left:0px;
	bottom:50px; 
	right:0; 
	font-size:10pt;
	width: 100%;
}  

#contingut {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	width: 800px;
	height: 100%;
  }
  
/* for internet explorer */

* html body {
  padding:100px 0 50px 0px;
  overflow: hidden;
  }

a.vincle:link {color: #000000; text-decoration: none; }
a.vincle:visited {color: #000000; text-decoration: none; }
a.vincle:hover {color: #D47F00; text-decoration: underline; }
a.vincle:active {color: #000000; text-decoration: none; }