求大神帮忙解决html+css的问题
这是html:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link href="Login.css" rel="stylesheet" type="text/css" />
<style type="text/css">
</style>
</head>
<body  bgcolor="#195393">
<div class="wrapper">
<div id="top">
<div> <label>用户名:</label><input type="text"  size="20"/><br/>
           <label>密  码:</label><input type="password" size="20" /><br/>
           <label>验证码:</label><input type="text" size="8" /> 
           <img src="images/yzm_03.jpg" width="34" height="16" /> </div>
</div>
<div id="enter">
    <div id="div1">
			<div id="div2">ENTER<span id="span1">ENTER</span></div>
    </div>
</div>
<div id="foot">版权所有:青岛丽城时速科技有限公司 CopyRight 2011-2013,All Rights Reserved. </div>
</div>
</body>
</html>
这是CSS:.wrapper {
	height: 768px;
	width: 1024px;
	margin:auto;
	padding:auto;
	background:url(images/dl.jpg);
	background-repeat:no-repeat;
}
#top {
  width:250px;
  height:107px;
  padding-left:365px;
  padding-top:316px;
  float:left;
  line-height:31px;
  font-size:12px;
  color:#FFF;
}
#enter {
	width:109px;
	height:72px;
    float:right;
	padding-top:350px;
	padding-right:290px;
	color:#FFF;
}
 #enter #div1{
			    margin-left:1px;
				font:30px tahoma;
				font-family:Arial;
	            font-weight:bold;
			}
#enter #div2{
				position:relative;
				z-index:1;
			}
#enter	#span1{
	position:absolute;
	top:1px;
	left:2px;
	z-index:-1;
	color:#cccccc;
	width: 100px;
	height: 52px;
			}
#foot {
	width:964px;
	height:403px;
	padding-left: 300px;
	padding-top: 600px;
	font-size:12px;
	left: 316px;
	color:#FFF;
}
------解决方案--------------------什么问题呀~麻烦你描述清楚,自己想问的问题?
------解决方案--------------------神马问题?