body{
	background: #020202;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#wrapper{
	width: 900px;
	margin: 50px auto;
}

#banner{
	float: left;
}

#search{
	float: right;
	padding-top: 35px;
	margin-right: 15px;
}

#search-form input[type=text]{
	font-size: 20px;
	padding: 2px;
	color: #383838;
	background-color: #eeeeee;
	vertical-align: middle;
	width: 200px;
	border: none;
}

#submit-button{
	vertical-align: middle;
	width: 27px;
	height: 31px;
	background: url(images/arrow-button.jpg) no-repeat;
	border: none;
}

#search p.about{
	display: block;
	width: 200px;
	text-align: right;
}

p.about a{
	font-size: 20px;
}

a{
	color: #03a8fe;
	text-decoration: none;
}

h1{
	font-weight: normal;
}

#main{
	clear: both;
}

#about{
	width: 700px;
	margin: 20px auto;
}

#tapestry{
	width: 700px;
	margin: 0px auto;
	height: 400px;
	padding: 50px;
	background-color: #383838;
}

#ajax-indicator{
	display: none;
	width: 32px;
	height: 32px;
	margin: 180px auto;	
}

#tapestry ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#tapestry ul li{
	float: left;
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#error{
	font-size: 24px;
	text-align: center;
	padding-top: 170px;
}

a img{
	border: none;
}

#ir{
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#tweet-button{
	display: inline;
	float: left;
	margin-left: -100px;
}