body, html {
    margin: 0;
    padding: 0;
	font-family: 'gothic';
    /* width: 100%;
    height: 100 vh;*/
    background: #333333; 
	overflow: hidden;
}
@font-face {
      font-family: 'gothic';
        src: url('../fonts/gothic/century_gothic.eot');
        src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
            url('../fonts/gothic/century_gothic.woff') format('woff'),
            url('../fonts/gothic/century_gothic.ttf') format('truetype'),
            url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
    }
#main_cont
{
 width: 800px;
 height: 700px;
 position:absolute;
 /*
 //margin: 0 auto;
 //background: #333333;
 */
}
.bulp {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}
.left-side, .right-side, .center-side
{
    position: relative;
    float: left;
    /*width: 33.33333333333333%;*/
    /*background: rgba(255,0,0,0.3);*/
    height: 600px;
    text-align: center;
}
.center-side {
    /*background: rgba(0,255,0,0.3);*/
    width: 200px;
}
.right-side {
    /*background: rgba(0,0,255,0.3);*/
    width: 300px;
}
.left-side{width: 300px;}
.img-class {
top: 300px;
}
figure figcaption, .cen-text {
    padding: 30px 0px;
    font-size: xx-large;
    color: #FFFFFF;
    font-weight: normal;
	top: 230px;
	text-shadow: 0px 0px 9px #FFFFFF;
}
.bulp {
    font-size: xx-large;
    color: #FFFFFF;
    font-weight: normal;
}
.anim-button {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    clear: left;
}
#rtImage
{
  width: 65px;
    height: 340px;
}
#leftBulb
{
 height: 340px;
}
#rightBulb
{
width:166px;
 height: 340px;
 top: 0px;
 left: 35px;
    position: absolute;
   
    
}
.center
{
    position: relative;
    top: 168px;
	}
#anibutton
{
border-radius: 5px;
    width: 100px;
    height: 30px;
    text-align: center;
	background-color: #818181;
	border: 0px;
}
#anibutton:focus
{
 outline: none;
}
#dummy1
{
 width: 14px;
    height: 24px;
    top: 109px;
    left: 107px;
    position: absolute;
    box-shadow: 0px -1px 21px 3px #FFFFFF;
    background: transparent;
}