@font-face {
    font-family: Segoe_Script;
    src: url(art/segoescb.ttf);
}



body {
  width:100%;
  height:100%;
  background-color:#e98300;
}
#container {
  width:400px;
  height:400px;
    position:absolute;
  top:50%;
  left:50%;
  margin-top:-200px;
  margin-left:-200px;
}
#container * {
  position: absolute;
box-sizing: content-box;
}

#circle {
  width:300px;
  height:300px;
  background-color:#ffffff;
  border-radius:150px;
  left:50px;
  top:50px;
}
#bolt-01 {
font-family: Segoe_Script;
font-size:300%;
  width: 0;
	height: 0;
	border-bottom: 140px solid #e98300;
	border-left: 50px solid transparent;
  transform: rotate(0deg) skew(-5deg, -10deg);
  -ms-transform: rotate(0deg) skew(-5deg, -10deg);
  -webkit-transform: rotate(0deg) skew(-5deg, -10deg);
    top:90px;
  left:150px;
}

