@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:860px;
	height:560px;
	margin:40px auto 0 auto;
	padding: 20px;
}	

#email {
	margin:-560px auto 0;
	padding:0 0 0 80px;
	width:900px;
}

#text {
	margin:500px auto 0;
	padding:0 0 0 20px;
	width:840px;
}	

.text {
	font:16px Arial, Helvetica, sans-serif;
	color:#CC0000;
	line-height:20px;
	text-transform:uppercase;
}
.text a{
	color:#CC0000;
	text-decoration:underline;
}
.text a:hover{
	color:#000;
	text-decoration:underline;
}	
	

