header {
	text-align: center;
}

#all {
	width: 1200px;
	margin:10px 0;
	height:600px;
	overflow: hidden;
	position: absolute;
	background-image: url(images/boxing.jpg);
	z-index: -1000;

}

p.speech  
{  
    position: absolute;  
    font-family: "Comic Sans MS" "Comic Sans" sans-serif;
    width: 200px;  
    height: 100px;  
    text-align: center;  
    line-height: 100px;  
    background-color: #fff;  
    border: 8px solid #666;  
    -webkit-border-radius: 30px;  
    -moz-border-radius: 30px;  
    border-radius: 30px;  
    -webkit-box-shadow: 2px 2px 4px #888;  
    -moz-box-shadow: 2px 2px 4px #888;  
    box-shadow: 2px 2px 4px #888;  
} 

p.speech:before  
{  
    content: ' ';  
    position: absolute;  
    width: 0;  
    height: 0;  
    left: 30px;  
    top: 100px;  
    border: 25px solid;  
    border-color: #666 transparent transparent #666;  
}  

p.speech:after  
{  
    content: ' ';  
    position: absolute;  
    width: 0;  
    height: 0;  
    left: 38px;  
    top: 100px;  
    border: 15px solid;  
    border-color: #fff transparent transparent #fff;  
} 


/*Caron Styling */

.caronhead {
	background: url(caronstick/caronhead.png);
	width: 76px;
	height: 92px;
	position: absolute;
	top:0;
	right: 50px;
}

.carontorso {
	background: url(caronstick/carontorso.png);
	width:53px;
	height:78px;
	position:absolute;
	top:90px;
	right:63px;
}

.caronrlt {
	background: url(caronstick/caronrlt.png);
	width:31px;
	height:71px;
	top:160px;
	right:68px;
	position: absolute;	
}


.caronllt {
	background: url(caronstick/caronllt.png);
	width:31px;
	height:71px;
	top:159px;
	right:93px;
	position: absolute;
}

.caronrlb {
	background: url(caronstick/caronrlb.png);
	width:44px;
	height:68px;
	top:225px;
	right:33px;
	position: absolute;
}

.caronllb {
	background: url(caronstick/caronllb.png);
	width:44px;
	height:68px;
	top:228px;
	right:114px;
	position: absolute;
}


/*Dan Styling */

.danhead {
	background: url(danstick/danhead.png);
	z-index:-2;
	position: absolute;
	width:88px;
	height:120px;
	right: 180px;
	top:0px;
}

.dantorso {
	background: url(danstick/dantorso.png);
	position: absolute;
	z-index: -3;
	width:30px;
	height:109px;
	right: 206px;
	top:115px;
}

.danrlt {
	background: url(danstick/danrlt.png);
	position: absolute;
	width:31px;
	height:60px;
	right: 193px;
	top:222px;
}

.danllt {
	background: url(danstick/danllt.png);
	position: absolute;
	width:22px;
	height:54px;
	right: 218px;
	top:222px;
}

.danllb {
	background: url(danstick/danllb.png);
	position: absolute;
	width:70px;
	height:82px;
	right:231px;
	top:275px;
}

.danrlb {
	background: url(danstick/danrlb.png);
	position: absolute;
	width:60px;
	height:80px;
	right:142px;
	top:277px;
}


.danlat {
	background: url(danstick/danlat.png);
	position: absolute;
	top:130px;
	right:223px;
	width:30px;
	height:64px;
}