body {
  overflow: hidden;
  background-image: url('images/mushroombg.gif');
  background-repeat: repeat;
  background-attachment: fixed;
}

@font-face {
src: url(https://dl.dropbox.com/s/53rwduk24jn09xg/Candy_Pop%21-demo-font.ttf);
font-family: candypop;
}

@font-face {
font-family: cutie;
src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf);
}

@font-face {
src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
font-family: hearts;
}
 
p {
  text-align: center;
}  


.container {
  border-width:8px;
  border-style:solid;
  border-image: url("https://dl.dropbox.com/s/v8iy6a8feyq041p/blue%20ver.png") 8 fill round;         
  margin: auto;
  margin-top: 80px;
  width: 750px;
  height: 500px;
  position: relative;
  padding: 4px;
  z-index: 4;
  }    
    #name {
  font-family: candypop;
  font-size: 1.8em;
  -webkit-text-stroke: 1px white;
  color: #9f19ff;
  margin-left: 10px;
    }
  
.container-one {
  border-width: 1px;
  border-style: solid;
  font-family: candypop;
  border-color: white;
  background-image: url('https://i9.glitter-graphics.org/pub/2415/2415589hlweltyfc7.gif');
  background-repeat: repeat;
  width: 745px;
  position: relative;
  left: 1px;
  height: 100px;
  box-shadow: 0 0 8px 8px white inset;
  z-index: 5;}
  