div#header{
	background-color: pink;
	text-align: center;
	color: black;
	text-transform: uppercase;
	top: 0px;
	position: fixed;
	width: 100%;
	}
	
div.menu{
background-color: green;
color: white;
border: white 5px dotted;
position: absolute;
width: 150px;
top: 90px;	
}

div.menu h2{
color: blue;
}

div.menu-esquerra{
float: left;
}

div.menu-dreta{
float: right;
right: 0px;
}
div.menu div.element{
}

div.col1{
float: left;
margin-left: 170px;
left: 170px;
width: 36%;
top: 90px;
}
div.col2,div.col1 p{
color: purple;
text-align: justify;
}

h2{
color: blue;
}

div.col1,div.col2 {
border-top-width:2px;
border-top-style: solid;
border-color: white;
}

div.col2{
float: right;
margin-right: 170px;
width: 34%;
right: 170px;
top: 90px;
}
div.col1 img{
float: left;
}

div.col2 img{
float: right;
}

div#content div.element{
margin-top: 90px;
}

body{
background-image: url(background.jpg);
background-position: bottom right;
background-size: 300px 400px;
background-color: #f3a743;
background-repeat: no-repeat;
}
