body {margin:0px;padding:0px;background: #0781b0; /* Old browsers */
		background: -moz-linear-gradient(top,  #0781b0 0%, #173b7e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0781b0), color-stop(100%,#173b7e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #0781b0 0%,#173b7e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #0781b0 0%,#173b7e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #0781b0 0%,#173b7e 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #0781b0 0%,#173b7e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0781b0', endColorstr='#173b7e',GradientType=0 ); /* IE6-9 */; width:100%;height:200px;overflow:hidden;}
#coco_magic {position:relative;padding:10px; margin-bottom: 20px;}
#coco_magic_map {opacity: 0.3;}
#coco_magic_text {width: 100%;height:200px;position: absolute; top:0px; left:0px; overflow: auto;}
#coco_magic_text ul { padding:0px; }
#coco_magic_text ul li { height:200px;display:block;float: left;text-align: center; color: white;font-size: 26px;margin-top:100px;text-shadow: 0 0 2px black;list-style: none;font-family: 'Lato', sans-serif;}

@media (max-width: 600px) {
	body #coco_magic_text ul li {height: 200px;line-height: normal;margin-top: 10px;font-size:20px;}
}