 ©css3

 .png-left-corner {
        position: absolute; /* 绝对定位 */
        top: 0;            /* 顶部对齐 */
        left: 0;           /* 左侧对齐 */
    }
    h1 {
        text-align: center; /* 文本居中 */
    }
body 
{
	background-image:url('index.gif');
	background-color:#cccccc;
}
img
{
  width: 100px;
  height: 100px;
}