#emailbox{
	position:relative;
	top:0px;
	text-align:center;
	width:950px;
	height:550px;
}

.email{
	position:absolute;
	left:5em;
	top:2em;
	text-align:left;
	overflow:visible;
	width:475px;
	line-height:normal;
	min-height:100%;
	height:100%; /* IE height */
}

.email2{
	position:absolute;
	right:5em;
	top:2em;
	text-align:right;
	overflow:visible;
	width:475px;
	line-height:normal;
	min-height:100%;
	height:100%; /* IE height */
}

#line {
	position:relative;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	top:2em;
	width:950px;
	line-height:normal;
}

.bottomtext{
	text-align:center;
	color:#000;
}
