<div style="background:url('1.jpg') no-repeat;width:800px;height:800px">
<h2>欢迎使用学生信息管理系统</h2>
<form action="message.php" method="post">
<lable>
 用户名:<input type="text" name="txt1"><br/>
</lable>
<lable>
 密码:<input type="password" name="psw1"><br/>
</lable>
<lable>
<input type="submit" name="btn1" value="登录"><br/>
</lable>
</form>
</div>