body {
    background-image: url("bg.jpg");
} 

.inset-text {
    /*font-size: 10px;*/	
	font: bold 6em Arial, sans-serif;
	color: white;
	text-shadow: 0px -2px 0px rgba(0,0,0,.5);
	/*Center on page*/
	left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.center-img{
	left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%; 
}