body {
	background-color: #efefef;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#box {
	width: 400px;
	margin: auto;
	margin-top: 100px;
	padding: 10px 20px 10px 10px;
	border: 10px solid #fff;
	line-height: 1.5em;
}

#text {
	float: right;
	text-align: right;	
}

#logo {
	background: url(flowlogo.png) no-repeat top left;
	width: 178px;
	height: 136px;
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	float: left;
}

.clear {
	clear: both;	
}