/* Âù¹Ý ÆÛ¼¾Æ® °¡·Î ±×·¡ÇÁ*/
#wrap {min-width:800px;}
main {position:relative;width:100%;height:30px;overflow:hidden;text-align:center}
section {width:96%;height:30px;margin:0 auto;}

section > p {position:relative;display:inline-block;float:left;font-weight:bold;color:#fff;font-size:13px;}
section > p strong {position:absolute;bottom:-20px;display:block;width:100%;text-align:center;color:#777;}
section > p em {vertical-align:middle;font-size:20px;}
section > p:nth-child(1) {height:30px;background:blue;}
section > p:nth-child(2) {height:30px;background:red;}
