body {
	font:18px arial,sans-serif;
	text-align: center; /* for IE */
	background-color: black;
}
#upper{
    height: 490px;	
	background-color: black;
	text-align: center;
}
#lower {
    height: 525px;
    bottom: 0;
	padding: 20px;
	top: 490px;
	background-color: #DCDDF1;
}
#lower a:link {
	color: #000;
}
#form {
    position: absolute; 
	top: 160px;
	left: 360px;
}
#wrapper {
    height: auto;
    width: 980px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: #DCDDF1;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
#imgmail{
	position:absolute;
	bottom:0px;
	right:0px;
	background-color: #DCDDF1;
}
#footer{
	position:absolute;
	height: 60px;
	top: 975px;
	left: 60px;
	bottom:0;
	width: 90%;
	padding: 4px;
	text-align:center;
	background-color: #DCDDF1;
}
#footer a:link {
	color: #000;
	text-decoration: none;
}
hr {
	border:0;
	border-top: 1px solid #000;
	height: 0;
	background: #000;
}

