html, body {
	background-image:url(../../!img/bgTileBlue.gif);
	
	font-size:32px;
	line-height:36px;
	font-weight:100;
	color:#FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,.75);
}

body {
	background:-moz-linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,.1));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.1)));
}

/* twitter button */
#content a.button {
	width:300px;
	height:35px;
	background:#2f5c93;
	background:#2f5c93 -moz-linear-gradient(-90deg, rgba(0,0,0,0), rgba(0,0,0,.6));
	background:#2f5c93 -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.6)));
	
	display:inline-block;
	
	padding:10 20px;
	margin:0;
	
	line-height:35px;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px 1px #002348;
	
	border-top:1px solid #77beff;
	border-right:1px solid #102033;
	border-bottom:1px solid #102033;
	border-left:1px solid #102033;
	
	position:absolute;
	z-index:99;
	
	font-size:26px;
	font-weight:200;
	
	box-shadow:0 2px 10px #000;
	-moz-box-shadow:0 2px 10px #000;
	-webkit-box-shadow:0 2px 10px #000;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	-webkit-user-select:none;
	-moz-user-select:none;

	-webkit-transition:all ease-in-out .35s;
}
	#content a.button:hover {
		background:#2295ff;
		background:#2295ff -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.6)));
	}

