body {
	margin: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	background: #333333 url('../images/pattern.gif');
}
a, a img { text-decoration: none; border: none; }
#content {
	width: 832px;
	margin: 0px auto;
}
.buttons,
#header {
	width: 100%;
}
.buttons {
	padding-top: 20px;
	padding-left: 0px;			
}
.buttons ul,
.buttons li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.buttons li {
	display: inline; 
	height: 60px;
}
a.about-btn,
a.sign-up-btn,
a.connect-btn {
	float: left;
	display: block;
	height: 60px;
}
a.about-btn {
	width: 81px;
	background: transparent url(../images/about.png) no-repeat 100% 0%;
}
a.sign-up-btn {
	width: 93px;
	background: transparent url(../images/sign-up.png) no-repeat 100% 0%;
}
a.connect-btn {
	width: 99px;
	background: transparent url(../images/connect.png) no-repeat 100% 0%;
}
a.about-btn:hover,
a.about-btn.inactive { background: url(../images/about-over.png) no-repeat 100% 100%; }
a.sign-up-btn:hover,
a.sign-up-btn.inactive { background: url(../images/sign-up-over.png) no-repeat 100% 100%;  }
a.connect-btn:hover,
a.connect-btn.inactive { background: url(../images/connect-over.png) no-repeat 100% 100%;  }
.inactive { cursor: default; }
#header {
	margin-top: 7px;
}
.separator {
	margin: 15px 0px;
}
.white-space {
	width: 100%;
	height: 1000px;
}
#about {
	clear:both;
}
#footer {
	position: relative
	width: 100%;
	height: 308px;
	background: url('../images/skyline.png') no-repeat bottom center;
}
form#sign-up-form {
	margin-top: 25px;
}
form#sign-up-form img {
	margin-bottom: 7px;
}
table, table td, table tr {
	padding: 0px;
	margin: 0px;
}
input[type="text"] {
	font-size: 16px;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;	
}
div.recent-tweets,
div.get-connected {
	width: 350px;
	float:left;
}
div.recent-tweets {
	margin-right: 25px;
}
img.social-links {
	margin-bottom: 30px;
}
img.img-title {
	margin-bottom: 25px;
}
div.tweet {
	font-size: 10px;
	font-family: geneva, sans-serif;
	color: #333;
	color: #cccccc;
	line-height: 14px;
	width: 300px;
}
div.tweet a {
	color: #999999;
}
div.tweet-divider {
	width: 221px;
	height: 7px;
	background: url(../images/tweet-divider.png) no-repeat center center;
	margin: 10px 0px;
}
div#about {
	width: 810px;
	height: 367px;
	position: relative;
}
div#sign-up-now {
	width: 217px;
	height: 218px;
	position: absolute;
	bottom: 0px; right: 40px;
}