body {
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	background: #ddd url(bg.jpg) repeat top left;
	}
.top{
	line-height: 23px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-moz-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-o-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-ms-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	animation: slideOut 0.5s ease-in-out 0.3s backwards;
	padding-top: 4px;
	padding-right: 20px;
}
#fb-top {
	float: left;
	display: block;
	margin-top: 2px;
	}
#twit-top {
	float: left;
	display: block;
	margin-top: 2px;
	margin-right: 3px;
	}
.top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.top a:hover{
	background: #fff;
}

.top span.left{
	float: left;
	padding-top: 1px;
	font-size: 16px;
	
}

.top span.right{
	float: right;
}
.top span.right a{
	float: left;
	display: block;
}
#wrapper {
	text-align: center; 
	width: 570px;
	margin: 0 auto;
	background: white;
	padding: 5px;
}

#ahref{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 1px #999;
	color: #222;
	display: inline-block;
	font-size: 16px;
	font-weight: bolder;
	margin: 0 5px 5px 0;
	padding: 5px 5px;
	text-align: center;
	width: 130px;
	text-decoration: none;
	}

#ahref {
	background-color: #BDC3C7;
	background: -moz-linear-gradient(top, #ECF0F1, #BDC3C7);
	background: -ms-linear-gradient(top, #ECF0F1, #BDC3C7);
	background: -webkit-linear-gradient(top, #ECF0F1, #BDC3C7);
	background: -khtml-linear-gradient(top, #ECF0F1, #BDC3C7);
	background: linear-gradient(top, #ECF0F1, #BDC3C7);
	border: 1px solid #BDC3C7;
	text-shadow: 0 -1px -1px #BDC3C7;
	}

#ahref:hover {
	background: -moz-linear-gradient(top, #BDC3C7, #ECF0F1);
  	background: -ms-linear-gradient(top, #BDC3C7, #ECF0F1);
 	background: -webkit-linear-gradient(top, #BDC3C7, #ECF0F1);
  	background: -khtml-linear-gradient(top, #BDC3C7, #ECF0F1);
  	background: linear-gradient(top, #BDC3C7, #ECF0F1);
	}

article {
	width: 560px;
	margin: 0 auto;
	border-radius: 5px;
	}