body {
   height: 600px;
}

#header {
   position: absolute;
   width: 100%;
   height: 100px;
   top: 0;
   right: 0;
   bottom: auto;
   left: 0;
   text-align: center;
}

#sidebar {
   position: absolute;
   width: 699px;
   height: 465px;
   top: 100px;
   right: auto;
   bottom: 100px;
   left: 0;
   background-color: white;
	 background-image: url("http://www.mce-consulting.it/immagini/vela.jpg")
}

#main {
   position: absolute;
   width: auto;
   height: 465px;
   top: 100px;
   right: 0;
   bottom: 100px;
   left: 699px;
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 4em;
}

#mce-text {
   font-family: 'Lucida Handwriting', arial, serif; 
   font-size: 72pt;
   color: red;
}

#con-text {
   font-family: 'Times New Roman', Times, serif;
   font-size: 44pt;
}

#main-text {
   font-family: arial, serif; 
	 font-size: 28pt; 
	 text-align: center;
}

