@CHARSET "UTF-8";

body{
    background:url("../image/bg.png") repeat;
}
#container{
    min-height:100%;
    position:relative;
    width:100%;
    margin-top:20px;
}
.alert-sm{
    padding:5px 10px;
    margin-bottom:5px;
}
.list-group-sm{
    margin-bottom:5px;
}
.list-group-item-sm{
    padding:5px 10px;
}
.table-sm{
    margin-bottom:5px;
}
.well-sm{
    margin-bottom:5px;
}
.collapse{
    margin-top:5px;
}