body {
    border-width: 20px;
    background-color:#cb410b;
}
font     {
font-size: 20px;
font-family:"lucida calligraphy",arial,'sans serif'; 
color:#cb410b;
}
}
img {
    vertical-align: middle;
    max-height: 100%;
}
.frame {
    height: 100px;      /* equals max image height */
    width: 600px;
    border-width: 10px;
    border-color: #FFFFFF;
    white-space: nowrap;
    
    text-align: center; margin: 1em 0;
}
#cpanel {
		display:block;
		top:150px;
		left:0px;
		right:0px;
		width:870px;
		position:relative;
		height: 410px;
		border:10px solid #e8000d;
		background:rgba(255,255,255,1);
		border-radius: 50px 50px 50px 50px;
	}
#cpanel2 {
		display:block;
		top:145px;
		left:10px;
		right:10px;
		width:820px;
		margin:auto;
		position:absolute;
		height: 230px;
		border:10px solid #e8000d;
		background:rgba(255,255,255,1);
		border-radius: 50px 50px 50px 50px;
	}
