@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* { margin:0; padding:0; }
li { list-style:none; }
a { text-decoration: none; }
img { vertical-align: top;}

body { background: #222; }
.wrap { width: 1000px; margin:0 auto; position: relative; text-align: center; }
.wrap a { background: rgba(0,0,0,0.2); }


.list { position:absolute; left:0; bottom:120px; width:100%; text-align:center; }
.list a { margin:0 8px; }

.list a:last-child { display:none; }

#all { position:absolute; right:10px; top:14px; }
#all li { float:left; margin-left:10px; }
#all li a { font:600 14px 'Nanum Gothic'; color:#fff; background:#f0ab23; padding:4px 10px 8px; border-radius:4px; }