body
    {
	background:url(clouds-background.jpg) no-repeat center;
	font: 11px verdana, sans-serif;
    color: #333333;
    line-height: 20px;
    }

#container
   {
    position: absolute;
    
    
	width: 800px;
	height: 537px;
	left: 50%;
	margin-left: -400px;
	top: 50px;
	z-index: 1;
	}

.mail {
	background-color: #FFFFFF;
		position: relative;
	overflow: auto;
	font-family: verdana;
	font-size: 11px;
	font-weight : normal;
	color : #333333;
	padding-left: 1px;
}
	
#text
   	{
	position: relative;
	width: 100%;
	top: 210px;
	left: 50;
	}