html,body {
		background:url("bg.png") repeat-x scroll 0 0 #222222;
		color:#cccccc;
		font-family:Georgia, Times, serif;
		font-size:11px;
		line-height:16px;
		margin:0;
	}
	
	body {
		width:100%;
		text-align:center;
	}
	
	#wrapper {
		margin:auto;
		width:986px;
		padding:20px 0 0 0;
	}

	a, a:link, a:visited, a:hover {
		text-decoration:underline;
		color:#cacaca;
	}
	
	#jstweets, #phptweets {
		width:650px;
		height:250px;
		background:transparent url('tbird.png') top  left no-repeat;
		border:1px solid #555555;
		text-align:left;
	}
	h1 {
		font-size:48px;
		font-weight:normal;
		font-family: Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
		margin: 0 0 40px 0;
	}
	.twitter {
		display:table-cell; vertical-align:middle;
		padding:0 0 0 250px;
	}
	

/**********POSTS DL BUTTONS **********/
.demobuttons {
	text-align:center;
	width:400px;
	height:70px;
	font-size:20px;
	font-weight:normal;
	font-family: Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	margin:auto;
}
.demo {
	float:left;
	display:inline-block;
	color:#ffffff;
	width:150px;
	height:60px;
	background:url('/devdemos/devbutton.png') top left no-repeat;
	line-height:60px;
	text-decoration:none;
}
.demo:hover {
	background:url('/devdemos/devbutton.png') 0 -60px no-repeat;
	text-decoration:none;
}
.dl {
	float:left;
	display:inline-block;
	color:#ffffff;
	width:150px;
	height:60px;
	background:url('/devdemos/devbutton.png') top left no-repeat;
	line-height:60px;
	text-decoration:none;
}
.dl:hover {
	background:url('/devdemos/devbutton.png') 0 -60px no-repeat;
	text-decoration:none;
}

