@charset "UTF-8";

UTF-8;
.contentfill {
  margin:0 auto;
  padding-top:10px;
  padding-bottom:10px;
  background:#FFFFFF;
  width:808px;
  color:#FFFFFF;
  font-family:"Brush  MT",Quenda;
  font-size:28px;
  line-height:1.5;
}

body {
  height:100%;
  margin:0 auto;
  width:940px;
  font-family:"Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",CenturyGothic;
  font-size:12px;
  line-height:1;
  color:#000000;
  background-color:#ffffff;
  padding:0;
}

#profile {
  margin-top:-5px;
  width:920px;
  height:520px;
  background:;
  width:990px;
  background-color:#ffffff;
}

#profile_header {
  width:808px;
  padding:10px 0 0;
}

.mainwrapper {
  margin:100px auto 5px;
  line-height:0;
  text-align:center;
  background-color:#ffffff;
}

.mainwrapper img {
  vertical-align:middle;
}

.content_filler {
  text-align:center;
  margin:0;
  padding-top:10px;
  padding-bottom:10px;
  background:#ffffff;
  width:1000px;
  color:#ffffff;
  font-family:"Brush  MT",cursive;
  font-size:15px;
  line-height:1;
}

.content_fillerSquad {
  text-align:center;
  margin:0;
  padding-top:10px;
  padding-bottom:10px;
  background:#fef59a;
  width:918px;
  color:#ffffff;
  font-family:"Brush  MT",cursive;
  font-size:15px;
  line-height:1;
}

.content_fillerRemy {
  text-align:center;
  margin:0;
  padding-top:10px;
  padding-bottom:10px;
  background:#ed008c;
  width:918px;
  color:#ffffff;
  font-family:"Brush  MT",cursive;
  font-size:15px;
  line-height:1;
}

.content_fillerChamp {
  text-align:center;
  margin:0;
  padding-top:10px;
  padding-bottom:10px;
  background:#fef59a;
  width:918px;
  color:#ffffff;
  font-family:"Brush  MT",cursive;
  font-size:15px;
  line-height:1;
}

h1 {
  color:#ed008c;
}

.Remy {
  color:#fef59a;
}

img .videos {
  display:block;
}

.image {
  float:left;
  margin:0 auto;
  width:306px;
}

table {
  margin:0 auto;
}

.image img {
  -webkit-transition:all 1s ease;
/* Safari and Chrome */
  -moz-transition:all 1s ease;
/* Firefox */
  -o-transition:all 1s ease;
/* IE 9 */
  -ms-transition:all 1s ease;
/* Opera */
  transition:all 1s ease;
}

.image:hover img {
  -webkit-transform:scale(1.25);
/* Safari and Chrome */
  -moz-transform:scale(1.25);
/* Firefox */
  -ms-transform:scale(1.25);
/* IE 9 */
  -o-transform:scale(1.25);
/* Opera */
  transform:scale(1.25);
}

td.video {
  width:300px;
  vertical-align:top;
}