/* @charset "UTF-8"; */
/* CSS Document */

@import url(http://reset5.googlecode.com/hg/reset.min.css);

#container{ width:864px; margin:0 auto; padding:0 40px;}
header{ width:100%; height:260px; position:relative; margin-bottom:60px; margin-top:20px;}
.logo{ position:absolute; left:0; top:19px; }

nav{
	position:absolute;
	right:13px;
	bottom:-41px;
	width: 877px;
}
nav li{ float:left; margin-left:15px;
list-style-type:none;}

#contents{ width:100%; min-height:400px; margin-bottom:60px; position:relative;}
article{ float:left; margin:0;}
.thumb{ width:108px; height:108px; overflow:hidden;}


#collection-box{ width:100%; height:216px;}
#fashion-box{ width:100%; height:216px;}
#artist-box{ width:100%; height:216px;}

#post{ overflow:hidden;}

footer{ width:100%; height:128px; bottom:0; border-top:dotted 1px #999; text-align:center; font-size:12px; padding-top:12px; margin-top:10px; clear:left;}

#topcontrol{position:absolute; right:0; bottom:-55px;}
.center{
text-align:center;
}