@charset "UTF-8";
/* CSS Document */

#container {
	width: 1000px;
	margin: 0 auto;
	font-family: Arial, "Helvetica", sans-serif
}

#title {
	background: url(title.jpg);
	height: 145px;
	width: 1000px;
	float: left;
}
#line {
	background: url(Untitled-1_r3_c2.jpg);
	height: 25px;
	width: 1000px;
	float: left;
}
#twitter {
	float: left;
	background: url(twitter.jpg);
	height: 170px;
	width: 204px;
}
#initialsketch {
	float: left;
	background: url(initialsketch.jpg);
	height: 170px;
	width: 296px;
}
#blog {
	float: left;
	background: url(blog.jpg);
	width: 307px;
	height: 170px;
}
#facebook {
	float: left;
	background: url(facebook.jpg);
	height: 170px;
	width: 193px;
}
#footer {
	width: 1000px;
	height: 30px;
	text-align: center;
	font-size: 11px;
	color: #999;
	padding-top: 30px;
}