html,body{
    height: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    color:#FA0;
    background: #F0F0F0;
}

#wrap {
	width: 80%;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}

/* ///////////////////////// header ///////////////////////// */
.head {
position:absolute;
top:15px;
left:15px;
    color: #fff;
    width: 82%;
height:80px;
    padding: 15px;
    text-align: left;
    background-color: #000099;
    border: 10px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.head h1 {
position: absolute;
margin: 0; padding: 0;
font: bold 1.8em 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: -1px;
color: #FFF;
text-transform: none;
/* change the values of top and Left to adjust the position of the logo*/
top: 20px; left: 30px;	
}

.head h2 {
position: absolute;*/
z-index: 9;
margin: 50px 10px 0 0; 
padding: 0;
font: bold 1.0em 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #FFF;
/* change the values of top and Left to adjust the position of the slogan*/
/*top: 56px; left:85px;	*/		
}

.myBox {
position:absolute;
top:160px;
left:15px;
    color: #000099;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border: 10px solid #000099;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rightBox {
float:right;
    margin: 160px 13% 0 0;
    color: #fff;
    width: 12%;
    padding: 20px;
    text-align: left;
    background-color: #FF0000 ;
    border: 10px solid #FF0000 ;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.round {
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
}




