1div.group { 2 width : 250px; 3} 4 5div.group h1 { 6 font-family: sans-serif; 7 font-size : 16px; 8 color : white; 9 background : red; 10} 11 12div.title { 13 font-family: sans-serif; 14 font-size : 24px; 15} 16 17div.description { 18 font-family: sans-serif; 19} 20 21#title { 22 height: 160px; 23} 24 25#leftcol { 26 width:50%; 27} 28 29#rightcol { 30 float: right; 31 width:50%; 32} 33 34#footer { 35 font-size: 12px; 36 position: absolute; 37 bottom: 0; 38} 39 40