
/** h1 **/

h1{
	display			: block;
	width			: 100%;
	height			: 20px;
	font-size		: 11px;
	line-height		: 20px;
	text-align		: center;
	margin			: 0 0 30px 0;
}


/** img **/

#img{
	margin			: 0 0 30px 0;
}


/** bt **/

#bt{
	width			: 950px;
	height			: 50px;
	margin			: 0 0 30px 0;
	background		: url(http://tmp.e-gals.net/img/index/18.png) no-repeat top center;
}

#bt a{
	display			: inline-block;
	width			: 228px;
	height			: 48px;
	font-size		: 24px;
	font-weight		: bold;
	line-height		: 24px;
	text-align		: center;
	text-decoration	: none;
	margin			: 0 40px;
	padding			: 1px;
	border-width	: 1px;
	border-style	: solid;
	position		: relative;
	z-index			: 1;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#bt a:before{
	content			: "";
	display			: block;
	width			: 228px;
	height			: 48px;
	position		: absolute;
	top				: 0;
	left			: 0;
	z-index			: -1;
	border			: 1px solid rgba(255,255,255,1);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0.4+50,0.1+51,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(51%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#bt a span{
	display			: inline-block;
	padding			: 7px 0 0 0;
}

#bt a em{
	font-size		: 10px;
	line-height		: 10px;
	font-weight		: normal;
}

#fbanbox{
	margin-bottom: 40px;
}
