#wrapper { margin: 0 auto; width: 800px; height: 500px; position: relative; } #centre { width: 200px; height: 478px; margin: 5px; position: absolute; left: 0; } #right { width: 500px; height: 478px; margin: 5px; position: absolute; right: 0; } #floating { width: 634px; height: 478px; margin: 0px; position: relative; right: 0; left: 3px; } .header { font-family: "Century Gothic"; font-size: 15px; line-height: 14px; font-weight: bold; color: #000066; text-decoration: none; } .text { font-family: Verdana; font-size: 11px; line-height: 14px; font-weight: normal; color: #000066; text-decoration: none; } .smalltext { font-family: Verdana; font-size: 9px; line-height: 10px; font-weight: normal; color: #95ADC5; text-decoration: none; }