@font-face {
	font-family: Avenir;
	src: url('../fonts/avenir-book-webfont.eot');
	src: local('☺'), url('../fonts/avenir-book-webfont.woff') format('woff'), url('../fonts/avenir-book-webfont.ttf') format('truetype'), url('../fonts/avenir-book-webfont.svg#webfontAkKhoUtm') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: Avenir;
	src: url('../fonts/avenir-medium-webfont.eot');
	src: local('☺'), url('../fonts/avenir-medium-webfont.woff') format('woff'), url('../fonts/avenir-medium-webfont.ttf') format('truetype'), url('../fonts/avenir-medium-webfont.svg#webfontJPr1KXZt') format('svg');
	font-weight: bold;
	font-style: normal;
	}

body {
	font-family: Avenir;
	background: url('../img/bg.jpg');
	color: #4c4c4c;
	overflow-y: hidden;
	}
	
a {
	color: #676767;
	text-decoration: none;
	background: #f1f1f1;
	padding: 5px 7px;
	}
	
	a:hover {
		background: #1c1c1c;
		color: #fff;
		}
		
	a:active {
		outline: none;
		}
	
#error {
	margin: 105px auto 0 auto;
	text-align: center;
	}
	
#tweets {
	position: relative;
	display: block;
	margin: 50px auto 0 auto;
	background: url('../img/frame.png') no-repeat;
	width: 829px;
	height: 265px;
	padding: 20px 40px;
	}
	
#tweets h1 {
	margin: 0;
	padding: 0;
	}
	
	#tweets h1 a {
		display: block;
		position: absolute;
		top: -16px;
		left: 35px;
		text-indent: -1000px;
		overflow: hidden;
		background: url('../img/twitter-icon.png');
		width: 42px;
		height: 42px;
		padding: 0;
		}
		
	#tweets h1 a:hover {
		background-position: 0 42px;
		}
	
#tweets .tweet {
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
	}
	
	#tweets .tweet#tweet-1 {
		font-size: 18px;
		}
		
		#tweets .tweet#tweet-1 time {
			margin-top: 8px;
		}
		
	#tweets .tweet:last-child {
		border-bottom: 0;
		}
		
	#tweets .tweet article {
		float: left;
		width: 90%;
		}	
	
	#tweets .tweet time {
		float: right;
		margin-top: 4px;
		font-size: 10px;
		color: #8f8f8f;
		}
		
img#house {
	display: block;
	margin: 30px auto 0 auto;
	width: 283px;
	height: 458px;
	}