body{
background-color: black;
    color: white;
}


#foot{
        position: fixed; /* 絶対位置で指定(親ボックス基準) */           
        bottom: 10px;
        left: 50%;
	font-size:10px;
	text-align:center;
		
}

#head{
        position: fixed; /* 絶対位置で指定(親ボックス基準) */           
        top: 20px;
        left: 96%;
	font-size:10px;
	text-align:center;
		
}

}