div#pic {
   position:         relative;
   margin:           auto;
   width:            700px;
   text-align:       center;
}
#pic td{
   width:            50%;
   text-align:       center;
}
#pic p {
   text-align:       center;
   font-weight:      bold;
   font-size:        0.8em;
}

#pic img {
   height: 200px;
}

div#logos {
   position:         relative;
   margin:           auto;
   width:            500px;
   text-align:       center;
}

#logo td {
   width:            25%;
}

#logos img {
   height:           40px;
}

div#p300 {
   position:         relative;
   margin:           auto;
   width:            400px;
   height:           310px;
}

#p300 p {
   float:            left;
   width:            120px;
   height:           90px;
   margin:           5px;
   background:       blue;
   color:            white;
   text-align:       center;
   vertical-align:   middle;
   line-height:      90px;
}

#p300 p.flashed {
   color:            blue;
   background:       lightgray;
}

