body {
  background-image: url("../images/bsstripe.png");
  background-repeat: repeat;
  
}
  

.profileModule {
  border: 1px solid #ebac51;
  background-color: #313131;
  padding: 15px;
  margin: 10px;
  color: #d6c697;
  text-align: center;
  font-size: 14px;
  
}

.moduleTitle {
  color: #f01805;
  font-size: 12px;
}

.title {
  color: #fec259;
  text-align: right;
  font-size: 14px;
}

.data {
  text-align: left;
  font-size: 14px;
}

#tag, #character {
  text-align: center;
  font-size: 14px;
}

#leftProfile {
  background-color: #313131;
  text-align: center;
  font-size: 14px;
  
}

#rightProfile {
  background-color: #313131;
  text-align: center;
  font-size: 14px;
}

#topProfile {
  background-color: #313131;
  text-align: center;
  font-size: 14px;
}

#leftProfile a:link {
  color: #d1b76a;
}

#leftProfile a:visited {
  color: #d6d1c0;
}

#leftProfile a:hover {
  color: #fbf2d8;
}

#tag img, #profileHA {
  padding: 0px;
  margin: 3px;
  border: 1px solid #ebac51;
  font-size: 14px;
}

#profileIslands {
  padding: 0px;
  margin: 3px;
  width: 100%; 
  white-space: nowrap;
  overflow: auto;
  height: 320px;
  font-size: 14px;
}
	#profileIslands img {
		height: 300px;
	}

.moduleTitle {
  line-height: 25px;
  font-size: 14px;
}
