<style type="text/css">
        html, body{
            width: 100%; height: 100%; padding: 0; margin: 0;
        }
        #visit_plus_map {
		    min-width: 480px; 
		    width: 100%;
            height: 500px;
        }
        /* Оформление меню (начало)*/
        #menu {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #menu a {
            text-decoration: none;
            border-bottom: dashed 1px;
        }
        a.active {
            color: #000;
        }
	    /* Оформление меню (конец)*/
    </style>