@charset "UTF-8";
body{
	background-image: url('bg.jpg');
	color:#888;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:68.5%;
	line-height:1.5;
	margin:0;
	padding:0;
}
.main_pic {
	background-image: url('main_bg.jpg');
	background-repeat: no-repeat;
	background-position:center;
	width:1000px;
	height:780px;
	margin:auto;
	padding:inherit;
	

}
.botop {
	background-image: url('copy_bg.jpg');
	background-repeat: no-repeat;
	background-position:center;
	margin:auto;
	width:386px;
	height:39px;
	
}
.follow_icons{
	background-repeat: no-repeat;
	background-position:center;
	width:22em;
	margin:auto;
	padding-top:220px;
	padding-bottom:75px;

}
#copyright {
	text-align:center;
	margin-top:300px;
	background-color:#f9f9f9;
}
.h1{
	color:#000;
	font-size:1.1em;
}
.h2{
	color:#000;
}
.linking a{
	text-decoration:none;
	margin-top: 2px;
	margin-bottom: 2px;
	color:#EB1110;
	background-color: #f3f3f3;
	display: block;
	width:204px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
.linking a:hover{
	color:#000;
	background-color: #e9e9e9;
}

.da_follow
{
  background-image:url('da.jpg');
  background-repeat:no-repeat;
  background-position:0px;
  width:67px;
  height:67px;
  display:block;
  padding-right:0px;
}
.da_follow:hover, .da_follow:active, .da_follow:focus
{
  background-image:url('da_over.jpg');
}
.tw_follow
{
  background-image:url('tw.jpg');
  background-repeat:no-repeat;
  background-position:0px;
  width:67px;
  height:67px;
  display:block;
  padding-right:0px;
}
.tw_follow:hover, .tw_follow:active, tw_follow:focus
{
  background-image:url('tw_over.jpg');
}
.fc_follow
{
  background-image:url('fc.jpg');
  background-repeat:no-repeat;
  background-position:0px;
  width:67px;
  height:67px;
  display:block;
  padding-right:0px;
}
.fc_follow:hover, .fc_follow:active, fc_follow:focus
{
  background-image:url('fc_over.jpg');
}