body {
	font-family:sans-serif;
}

#logo {
	background:url('roommatefinders.png') no-repeat 0 0;
	width:550px;
	height:100px;
	text-indent:-10000px;
	display:block;
	margin:auto;
	outline:none
}

header, article, footer {
	width:60%;
	display:block;
	min-width:780px;
	max-width:1024px;
	margin:30px auto 30px auto;
	min-height:100px
}

article {
	background:#f1f1f1;
	padding:30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 1px 2px 5px #aaa;
	-moz-box-shadow: 1px 2px 5px #aaa;
	-webkit-box-shadow:	1px 2px 5px #aaa;
}

hr {
	border:0;
	border-bottom:1px solid #999;
	height:1px
}
