body {
	font-size: 13px;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
.clear {
	clear: both;
	height: 1px;
	position: relative;
}
div.wrapper {
	margin: 0 auto;
	width: 1000px;
}
div.wrapper2 {
	margin: 0 auto;
	width: 940px;
}

h1 {
	font-size: 1px;
	text-align: center;
	margin-top: -70px;
	text-indent: -9999px;
	background: url(logo.png) no-repeat center;
	height: 70px;
	position: relative;
	margin-bottom: 40px;
}

h2 {
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	color: #999;
}

p.feature {
	background: url(flickrsearch.jpg) no-repeat;
	width: 999px;
	height: 424px;
}

div.description {
	height: 225px;
}
	div.description div {
		width: 300px;
		float: left;
		margin-right: 20px;
		line-height: 150%;
	}
		div.description div.last {
			margin-right: 0;
		}
	div.description h3 {
		font-size: 18px;
		margin-bottom: 0;
	}
	
div.connector {
	background: #fffbd9;
	border: 1px solid #ebd07f;
	padding: 10px;
}
	div.connector h3 {
		text-align: center;
		font-size: 24px;
		margin: 10px 0 16px;
	}
	div.connector h4 {
		margin: 0 0 4px;
	}
	div.connector p {
		margin: 0 0 6px;
	}
	div.connector div.submit {
		text-align: center;
	}
		div.connector div.submit button {
			font-size: 14px;
			padding: 8px 20px;
		}
	div.connector div.float {
		width: 290px;
		float: left;
		margin-right: 20px;
		line-height: 150%;
		text-align: center;
	}
		div.connector div.last {
			margin-right: 0;
		}
	div.connector div#specific-user {
		padding-top: 10px;
		text-align: center;
		display: none;
	}
	div.connector div#specific-user div.float {
		margin-top: 5px;
	}
	
div.changelog {
	height: 150px;
	overflow-y: scroll;
	font-size: 11px;
	color: #666;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 100px;
	font-family: "Courier New", Courier, monospace;
}
	div.changelog div {
		width: 440px;
		float: left;
		margin-right: 20px;
		line-height: 150%;
	}
		div.changelog div.last {
			margin-right: 0;
		}
	div.changelog h3 {
		font-size: 12px;
		margin: 0 0 5px 0;
	}
	div.changelog p {
		margin: 0;
	}
	div.changelog ul {
		margin-top: 3px;
		margin-bottom: 5px;
	}
	
p.footer {
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
}
