body {
	margin: 0px;
	font-family: Arial, sans-serif;
	background-color: #262626;
	color: white;
}

h1 {
	color: white;
}

a {
	text-decoration: none;

}

a:hover {
	color:#2980b9;
}

#map-canvas { 
	height: 100%; margin: 0; padding: 0;
}

#div-corps {
	height: auto;
	width: 100%;
}

#center {
	height: 800px;
	width: 100%;
}


#div-center-corps {
	height: 30px;
	width: 100%;
}

.p-to-bundle {

	text-align: center;
	position: absolute;
    width: 100%;
    margin-top: 15px;
    font-size: 40px;
    font-family: bonnie;
    letter-spacing: 2px;
}




















