body {
	background: white;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

.info-panel {
    height: 150px;
    position: absolute;
    left: 360px;
    top: 300px;
    width: 450px;
    background-color: #660033;
    border: solid;
    border-color: #660033;
    border-radius: 0px;
}
.info-panel > div > p {
	position: left;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	line-height: 20px;
	line-height: 20px;
	color: white;
	text-align: center;
}
p:first-child {
	margin-left: 0px;
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 50;
    position: relative
}

.title {
    margin-left: 200px;
    margin-top: 182px;
    position: absolute;
    height: 55px;
    width: 320px;
    background-color: #FF8C00;
}
.title > div {
    margin-top: -5px;
    position: absolute;
    height: 55px;
    width: 320px;
    background-color: #cc0066;
}

.title > p {
	margin-left: 0px;
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 50;
    position: relative;
}

.title2  {
	width: 200px;
	left:0px;
	height:50px;
	background-color:pink;	
	top:60px;
	position:absolute;
}



