@charset "utf-8";
/* CSS Document */
/* home page */
#homepage #wrapper { width:900px; margin:auto; }
#homepage #header { background: white url(../images/loginimage.jpg) 40% 50% no-repeat; height:210px; position:relative;}
#homepage #main { height:300px; }
#homepage #message { height:30px; padding:20px;}
#homepage #signContainer { height:280px;}
#homepage #intro { width:360px; height:220px; padding-top:30px; padding-left:80px;}
#homepage #signBox{ width:390px;height:280px; padding:10px 20px;}

/* for folder display page */
#folderpage #container { position:relative; width:100%; min-width:960px;}
#folderpage #wrapper { width:960px;height:auto;position:absolute;left:50%; margin-left:-480px;}
#folderpage #banner { height: 55px; background:white url(../images/bg.gif) repeat-x top left; width:100%; min-width:960px;position:relative; }
#folderpage #folderList { width:400px;padding:10px 0px; float:left;}
#folderpage #folderDetail { width:535px; padding:15px 0; padding-left:0; float:right; margin-right:4px; }
#folderpage #main { position: relative; padding-top:10px;}