div#header {
background-color: /*#F1F3FA*/ #3366FF;
height: 120px;
}

div#left {
width: 200px;
height: 98%;
border: 0px dashed silver;
float: left;
/*background-image:url(../images/menu/back1.jpg);*/
}
div#left img {
margin-left: auto;
margin-right: auto;
margin-top: 12px;
display: block;
}

div#right {
float: right;
width: 190px;
height: 98%;
border: 0px dashed silver;
}
div#right img {
margin-left: auto;
margin-right: auto;
margin-top: 12px;
display: block;
}
div#center {
margin: 5 12em 0em 12em;
height: 98%;
background-image:url(../images/menu/back1.png);
border: 0px dashed silver;
}

div#center h3.center {
padding-top: 15px;
text-align: center;
color: black;
}
