div#header {
	position: fixed; 
	top: 5px; 
	text-transform: uppercase;
	background-color: #0f5ff4;
	color: red; 
	width:100%;
	text-align: center;
	margin-top: -10px;}
div.menu {
	width: 150px;
	background-color: orange;}
div.menu-esquerra {
	float: left;
	margin-top: 55 ;
	height: 4500px;
}
div.element {
	margin-bottom: 50px; 
	background-color: green;
	}
body{
	background-color: orange;
	background-image: url("background.jpg")
	background-repeat: no-repeat;
	background-position: bottom right; }
div.menu-dreta {
	float: right;
	margin-top: 55;
	height:1000px;}
div.col1{
	color: #ff0080;
	background-color: orange;
	float: left;
	width: 320px;
	margin-top: 50px;
	text-align: justify; 
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: blue;}
div.col1 img{
	float: left;}
div.col2 img{
	float: right;}
div.col2{
	color: #ff0080;
	background-color: orange; 
	float: right;
	width: 350px;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: blue;}
div.menu-dreta div.element h2{
	color: blue;}
div.menu-esquerra div.element h2{
	color: blue;}
div.menu-esquerra div.element p{
	color: white;}
div.menu-dreta div.element p{
	color: white;}
div.menu-dreta div.element {
	border-style: dotted;
	margin-top: 20px;}
div.menu-esquerra div.element {
	border-style: dotted;
	margin-top: 20px;}
div.menu-esquerra div.element {
	border-style: dotted;
	margin-top: 20px;}
div.menu-dreta div.element {
	border-style: dotted;}
